make_common: Make Data - Commonsize

Description Usage Arguments Value

View source: R/make_common.R

Description

This is a recursive function. If the split columns are present the function will use them to split the the dataframe into a list of dataframes, then cycle through each element and apply the function.

Usage

1
make_common(df, pos, split_cols = NULL)

Arguments

df

dataframe

pos

numeric

split_cols

character vector specifying the columns to split by. defaults to NULL, which results in no split.

Value

dataframe


cadenceinc/yolanda documentation built on Sept. 15, 2020, 5:20 a.m.