prepend_list | R Documentation |
A prepend function that plays nicely with lists.
prepend_list(x, ...)
x |
the vector to be modified. |
... |
the objects to be included in the modified vector. |
A merged vector.
# prepend_list(list(c("test", "two"), c("test", "three")), c("test", "one"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.