View source: R/shiny_helpers.R
appendList | R Documentation |
Function to append an element to a list
appendList(l, x, name = NULL)
l |
list |
x |
element |
name |
name in list |
list
appendList(l = your_list, x = element, name = "TUD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.