Description Usage Arguments Details Value See Also
Shorthand for {dplyr}
functions called consecutively.
1 | select_one_of(data, cols, drop = FALSE)
|
data |
A |
cols |
A character vector corresponding to the columns in |
drop |
If |
There is probably a better way to implement this function internally.
Should review tidyselect::one_of()
and tidyr::separate()
's into
argument.
A tibble.
Other dplyr-cols: add_rnk_col
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.