prepend | R Documentation |
Copied from old versions of rlang as function now deprecated.
prepend(x, values, before = 1)
x |
the vector to be modified. |
values |
to be included in the modified vector. |
before |
a subscript, before which the values are to be appended. |
A merged vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.