powered by
Create a named list of length 1 using a name stored in a variable as the name.
argumentNamedList(name, x)
A named list.
The name for the item in the list.
The item to put in the list.
argumentNamedList("test_name", 1)
Run the code above in your browser using DataLab