append_list | R Documentation |
'append' appears not to work with dates any longer... in 4.0.2.. perhaps they will fix e.g.: selections <- list() append(selections, Sys.Date()) # do not know how to convert 'e' to class “Date” selections <- list(Sys.Date()) append(selections, Sys.Date()) # adds date as numeric.. this use to work
append_list(.list_a, .values)
.list_a |
list to append to |
.values |
any value or set of values to append to the list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.