Learn R Programming

dsTidyverseClient (version 1.0.3)

ds.ungroup: Remove grouping from a tibble or data frame

Description

DataSHIELD implentation of dplyr::ungroup.

Usage

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

Value

No return value, called for its side effects. An ungrouped data frame or tibble is created on the server.

Arguments

x

a tibble or data frame.

newobj

Character specifying name for new server-side data frame.

datasources

DataSHIELD connections object.

Examples

Run this code
if (FALSE) {
ds.ungroup("grouped_df")
}

Run the code above in your browser using DataLab