ds.group_keys: Describe the groups within a grouped tibble or data frame

View source: R/ds.group_keys.R

ds.group_keysR Documentation

Describe the groups within a grouped tibble or data frame

Description

DataSHIELD implentation of dplyr::group_keys.

Usage

ds.group_keys(df.name = NULL, datasources = NULL)

Arguments

df.name

Character specifying a serverside tibble.

datasources

DataSHIELD connections object.

Value

A data frame describing the groups.

Examples

## Not run: 
my_groups <- ds.group_keys("grouped_df")

## End(Not run)

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