Join two data lists with the same components (data frames) but separate
observations. To instead merge two data lists that have the same
observations but different components, simply use c()
.
Usage
# S3 method for class 'data_list'
merge(x, y, ...)