Skip to contents

Merge two cevodata objects

Usage

# S3 method for cevodata
merge(x, y, name = "Merged datasets", verbose = TRUE, .id = NULL, ...)

Arguments

x, y

data frames, or objects to be coerced to one.

name

Name of the merged object

verbose

Show messages?

.id

datasets names will be saved to this metadata column, if provided

...

arguments to be passed to or from methods.