selectDS | R Documentation |
DataSHIELD implentation of dplyr::select
.
selectDS(tidy_expr, df.name)
tidy_expr |
One or more unquoted expressions separated by commas. |
df.name |
A data frame or tibble. |
Performs dplyr select
An object of the same type as df.name
, typically a data frame or tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.