argumentNamedList | R Documentation |
Create a named list of length 1 using a name stored in a variable as the name.
argumentNamedList(name, x)
name |
The name for the item in the list. |
x |
The item to put in the list. |
A named list.
argumentNamedList("test_name", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.