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

View source: R/ds.group_by.R

ds.ungroupR Documentation

Remove grouping from a tibble or data frame

Description

DataSHIELD implentation of dplyr::ungroup.

Usage

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

## Not run: 
ds.ungroup("grouped_df")

## End(Not run)

dsTidyverseClient documentation built on April 12, 2025, 1:55 a.m.