ds.ungroup | R Documentation |
DataSHIELD implentation of dplyr::ungroup
.
ds.ungroup(x = NULL, newobj = NULL, datasources = NULL)
x |
a tibble or data frame. |
newobj |
Character specifying name for new server-side data frame. |
datasources |
DataSHIELD connections object. |
No return value, called for its side effects. An ungrouped data frame or tibble is created on the server.
## Not run:
ds.ungroup("grouped_df")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.