c.haven_labelled_defined | R Documentation |
The c() method with the haven_labelled_defined class requires a strict
matching of the var_label, unit, definiton, and namespace attributes (if
they exist and do not have a NULL
value)
## S3 method for class 'haven_labelled_defined'
c(...)
... |
objects to be concatenated. |
A haven_labelled_defined vector.
defined()
a <- defined(1:3, label = "Length", unit = "meter")
b <- defined(4:6, label = "Length", unit = "meter")
c(a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.