powered by
This helper function combines all data frames in a single-level list into a single data frame.
merge_df_list(df_list, join = "inner", uid = "uid", no_na = FALSE)
Inner join of all data frames in list.
list of data frames.
String indicating if join should be "inner" or "full".
Column name to join on. Default is "uid".
Whether to remove NA values from the merged data frame.
merge_df_list(list(income, pubertal), uid = "unique_id")
Run the code above in your browser using DataLab