View source: R/struc__makeNamedList.R
makeNamedList | R Documentation |
Returns a one- or two-dimensional list with names for each dimension.
makeNamedList(names.1 = NA, names.2 = NA)
names.1 |
The first vector of characters as names for each level of the list |
names.2: |
The second vector of characters as names for each level of the list. e.g., an element in such a list can be assessed using x[["L1"]][["L2"]]. |
Yu Wan (wanyuac@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.