| append | R Documentation |
Append a vector to an lvec
append(x, y, ...) ## S3 method for class 'lvec' append(x, y, clone = TRUE, ...) ## S3 method for class 'ldat' append(x, y, clone = TRUE, ...)
x |
|
y |
vector to append to |
... |
ignored; used to pass additional arguments to other methods. |
clone |
should |
Returns an lvec combining both x and y. When x is
NULL a clone of y is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.