merge.data_list: Merge observations between two compatible data lists

View source: R/merge.R

merge.data_listR Documentation

Merge observations between two compatible data lists

Description

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, ...)

Arguments

x

The first data list to merge.

y

The second data list to merge.

...

Additional arguments passed into merge function.

Value

A data list ("list"-class object) containing the observations of both provided data lists.


metasnf documentation built on April 3, 2025, 5:40 p.m.