DataSHIELD implentation of dplyr::ungroup.

ds.ungroup(x = NULL, newobj = NULL, datasources = NULL)

Arguments

x

a tibble.

newobj

Character specifying name for new server-side data frame.

datasources

DataSHIELD connections object.

Examples

if (FALSE) {
ds.ungroup("grouped_df")
}