Description Usage Arguments Value
Merge a list of valid dataframes into a single dataframe.
1 | merge_user_data(df_list, cols = c("Year", "Quarter"))
|
df_list |
A list of valid dataframes |
cols |
The columns used to perform the join by. Default = c("Year", "Quarter") |
The merged dataframes as a single dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.