View source: R/get_selection.R
get_selection | R Documentation |
Get a Set of Column Names from a Data Frame Defining Selections
get_selection( number = 1, data = NULL, reader = read_csv_file, ..., column = paste0("select.", number), target = "column" )
number |
number of the selection group, default: 1 |
data |
data frame defining groups of columns |
reader |
reader function providing |
... |
arguments passed to the |
column |
name of column in |
target |
name of column in |
vector of column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.