Description Usage Arguments Value See Also
A convience function for programming with dplyr's select_
Pass a string to select
Pass a character vector to select_
Pass a list of column names to select_
1 2 3 4 5 6 7 8 9 10 | select_dots(.data, ...)
## Default S3 method:
select_dots(.data, ...)
## S3 method for class 'vector'
select_dots(.data, ...)
## S3 method for class 'list'
select_dots(.data, ...)
|
.data |
data to pass to selects "dots" parameter |
... |
ignored now |
a formula
Other SE dplyr convenience functions: dots_maker
,
sweet_dots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.