DataSHIELD implentation of dplyr::ungroup.

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

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