ds.ungroup.Rd
DataSHIELD implentation of dplyr::ungroup
.
ds.ungroup(x = NULL, newobj = NULL, datasources = NULL)
a tibble or data frame.
Character specifying name for new server-side data frame.
DataSHIELD connections object.
No return value, called for its side effects. An ungrouped data frame or tibble is created on the server.
if (FALSE) {
ds.ungroup("grouped_df")
}