rm_dup_cols_in_a_list | R Documentation |
Taken a list of data frames, check each column and remove duplicated ones from each dataframe if they have already been identified in LHS data frames in the list
rm_dup_cols_in_a_list(df_list, exclude = c())
df_list |
a list of data.frame objects |
exclude |
names of columns that will be left alone from being removed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.