Description Usage Arguments Value
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.
1 | make_common(df, pos, split_cols = NULL)
|
df |
dataframe |
pos |
numeric |
split_cols |
character vector specifying the columns to split by. defaults to NULL, which results in no split. |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.