merge.data_list | R Documentation |
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()
.
## S3 method for class 'data_list'
merge(x, y, ...)
x |
The first data list to merge. |
y |
The second data list to merge. |
... |
Additional arguments passed into merge function. |
A data list ("list"-class object) containing the observations of both provided data lists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.