GADSdat
objects into a single GADSdat
object.Is a secure way to merge the data and the meta data of two GADSdat
objects. Currently, only limited merging options are supported.
# S3 method for GADSdat
merge(x, y, by, all = TRUE, all.x = all, all.y = all, ...)
Returns a GADSdat
object.
GADSdat
object imported via eatGADS
.
GADSdat
object imported via eatGADS
.
A character vector.
A character vector (either a full join or an inner join).
See merge.
See merge.
Further arguments are currently not supported but have to be included for R CMD
checks.
If there are duplicate variables (except the variables specified in the by
argument), these variables are removed from y.
The meta data is joined for the remaining variables via rbind
.