Usage
merge_df_list(df_list, join = "inner", uid = "subjectkey", no_na = FALSE)
Arguments
- df_list
list of dataframes
- join
String indicating if join should be "inner" or "full"
- uid
Column name to join on. Default is "subjectkey"
- no_na
Whether to remove NA values from the merged dataframe
Value
merged_df inner join of all dataframes in list