append_cmisc | R Documentation |
append an element to a list, the cmisc way
append_cmisc(mylist, new_element)
mylist |
a list |
new_element |
a new element to append to the list |
A list with the new element appended
library(magrittr) aa <- aa_old <- list() aa_old %<>% append(1:10) aa %<>% append_cmisc(1:10) aa; aa_old
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.