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