List | R Documentation |
Make a named list. List(a,b,c) is equivalent to list(a=a, b=b, c=c); List(o=a, b) is equivalent to list(o=a, b=b). Unnamed list elements are used to create names: either using make.names or force.
List(..., ..umn = TRUE)
... |
elements of list |
..umn |
use make.names? |
a named list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.