View source: R/ds.group_keys.R
ds.group_keys | R Documentation |
DataSHIELD implentation of dplyr::group_keys
.
ds.group_keys(df.name = NULL, datasources = NULL)
df.name |
Character specifying a serverside tibble. |
datasources |
DataSHIELD connections object. |
A data frame describing the groups.
## Not run:
my_groups <- ds.group_keys("grouped_df")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.