cbind.light.edsurvey.data.frame: Combine a data frame to an light.edsurvey.data.frame
.
Description
Take a vector or data.frame
and combine by columns to an light.edsurvey.data.frame
.
Usage
# S3 method for light.edsurvey.data.frame
cbind(x, ...)
Arguments
x
a light.edsurvey.data.frame
. The attributes of the resulting light.edsurvey.data.frame
are taken from x
.
...
one or more light.edsurvey.data.frame
s, or data.frame
s.
Value
a light.edsurvey.data.frame
with the same attributes as the first argument, x
.