GADSdat
objects into a single GADSdat
object by columns.Is a secure way to cbind
the data and the meta data of two GADSdat
objects. Currently, only limited merging options are supported.
# S3 method for GADSdat
cbind(..., deparse.level = 1)
Returns a GADSdat
object.
Multiple GADSdat
objects imported via eatGADS
.
Argument is ignored in this method.
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
.