-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Xiangdong Gu
authored and
Xiangdong Gu
committed
Jul 28, 2015
1 parent
87a29eb
commit 9244f72
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
% Generated by roxygen2 (4.1.1): do not edit by hand | ||
% Please edit documentation in R/utils.R | ||
\name{pluck_key} | ||
\alias{pluck_key} | ||
\title{Get a variable in the key} | ||
\usage{ | ||
pluck_key(var) | ||
} | ||
\arguments{ | ||
\item{var}{variable} | ||
} | ||
\description{ | ||
Get a variable in the key | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
% Generated by roxygen2 (4.1.1): do not edit by hand | ||
% Please edit documentation in R/utils.R | ||
\name{pluck_value} | ||
\alias{pluck_value} | ||
\title{Get a variable in the value} | ||
\usage{ | ||
pluck_value(var) | ||
} | ||
\arguments{ | ||
\item{var}{variable} | ||
} | ||
\description{ | ||
Get a variable in the value | ||
} | ||
|