rm_dup_cols_in_a_list: Taken a list of data frames, check each column and remove...

rm_dup_cols_in_a_listR 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

Description

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

Usage

rm_dup_cols_in_a_list(df_list, exclude = c())

Arguments

df_list

a list of data.frame objects

exclude

names of columns that will be left alone from being removed


fjoe88/d8ahelper documentation built on Feb. 6, 2023, 7:55 a.m.