Bind together list of list components with the same name

make_df(list_name, list_df)

Arguments

list_name

A name to subset from iter_list

list_df

A list of dataframes. These need not have the same column names, as this function will fill in with NAs.

Value

A dataframe

Author

Kathryn L. Doering