Description Usage Arguments Value
This function is a drop-in replacement for the base list() function, which automatically names your list according to the names of the variables used to construct it. It seemlessly handles lists with some names and others absent, not overwriting specified names while naming any unnamed parameters. Took me awhile to figure this out.
1 |
... |
arguments passed to list() |
A named list object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.