.xmlAddList | R Documentation |
Add sublist to list
.xmlAddList(data, sublist, entry, input, append = TRUE)
data |
List to add to. |
sublist |
Sublist, under which the entry should get added. Must be given as a vector, e.g. c("level1", "level2", ...). Can be NULL. |
entry |
Name of the entry to add, as string. Can be NULL. |
input |
List to add. |
append |
Boolean. Determines if the list should be appended to existing entries or overwrite them. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.