ds.group_keys {dsTidyverseClient} | R Documentation |
Describe the groups within a grouped tibble or data frame
Description
DataSHIELD implentation of dplyr::group_keys
.
Usage
ds.group_keys(df.name = NULL, datasources = NULL)
Arguments
df.name |
Character specifying a serverside tibble. |
datasources |
DataSHIELD connections object. |
Value
A data frame describing the groups.
Examples
## Not run:
my_groups <- ds.group_keys("grouped_df")
## End(Not run)
[Package dsTidyverseClient version 1.0.2 Index]