select_colnames | R Documentation |
select_colnames()
selects the names of columns specified in ...
. It is
useful for standardizing a function's interface while providing a link to
underlying functions that may take a variety of column specifications.
select_colnames(.data, ...)
.data |
A data frame or data frame extension (e.g. a |
... |
|
A character vector of column names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.