name2list | R Documentation |
Main usage is extracting named parameters returned by e.g., optim
name2list(x)
x |
a named vector |
x <- c(a = 1, b = 2)
name2list(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.