broadcast_group: broadcasting a function with grouping variables to all other...

View source: R/broadcast.R

broadcast_groupR Documentation

broadcasting a function with grouping variables to all other rows

Description

This function will return a dataframe with last item (named output) being the result of broadcasting.

Usage

broadcast_group(nest_df, f)

Arguments

nest_df

The nested data frame to be broadcasted. Must include a column as dataframe type with name 'data'.

f

The function to be broadcasted.


wanjiag/ezPurrr documentation built on May 10, 2022, 9:32 p.m.