ds.ungroup {dsTidyverseClient} | R Documentation |
Remove grouping from a tibble or data frame
Description
DataSHIELD implentation of dplyr::ungroup
.
Usage
ds.ungroup(x = NULL, newobj = NULL, datasources = NULL)
Arguments
x |
a tibble or data frame. |
newobj |
Character specifying name for new server-side data frame. |
datasources |
DataSHIELD connections object. |
Value
No return value, called for its side effects. An ungrouped data frame or tibble is created on the server.
Examples
## Not run:
ds.ungroup("grouped_df")
## End(Not run)
[Package dsTidyverseClient version 1.0.2 Index]