pushToList | R Documentation |
Simple list push
pushToList(input_list, element)
input_list |
A list to push to |
element |
The element to push |
list with element pushed
mylist <- pushToList(mylist, "new element")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.