Skip to contents

Join two data_lists with the same components (dataframes) but separate observations. To instead merge two data_lists that have the same observations but different components, simply use c().

Usage

merge_data_lists(data_list1, data_list2)

Arguments

data_list1

The first data_list to merge.

data_list2

The second data_list to merge.