Learn R Programming

dsTidyverseClient (version 1.0.3)

ds.group_keys: 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)

Value

A data frame describing the groups.

Arguments

df.name

Character specifying a serverside tibble.

datasources

DataSHIELD connections object.

Examples

Run this code
if (FALSE) {
my_groups <- ds.group_keys("grouped_df")
}

Run the code above in your browser using DataLab