View source: R/immutable-class.R
c.immutable | R Documentation |
Ensures that c
and append
to an "immutable" class object return an
immutable class object.
## S3 method for class 'immutable'
c(x, ...)
x |
An R object inheriting from the "immutable" S3-clas |
... |
Objects to concatenate to |
x with one or more values appended to it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.