gapply: Apply across a groupr object

Description Usage Arguments

Description

An S3 method for applying a function to a groupr object. This is typically a way to simply loop through the object which simplifies complicated lapply functions.

Usage

1
gapply(groupr, new_functions, is_cbind = F)

Arguments

groupr

The groupr object to loop through

new_functions

The new functions to apply

is_cbind

Whether or not to cbind to the original dataframes


athompson1991/groupR documentation built on May 10, 2019, 2:09 p.m.