selfname_list | R Documentation |
Name a List's Elements After Itself
selfname_list(...)
... |
Elements of the list. If unnamed, they are named after themselves |
This function gathers a collection of objects in a list. Names are quoted directly from the expressions passed via ....
.
A list containing the elements of ...
, named as described above.
selfname_list(mtcars, iris, y = 1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.