Description Usage Arguments See Also Examples
Prepend elements to a list
1 | list.prepend(.data, ...)
|
.data |
A |
... |
The |
1 2 3 | x <- list(a=1,b=2,c=3)
list.prepend(x, d=4, e=5)
list.prepend(x, d=4, f=c(2,3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.