View source: R/mapParameters.R
getVarNames | R Documentation |
Get variable names or subsets of variable names
getVarNames(model, i = "all")
model |
from |
i |
index for selecting subsets. Default is |
vector of variable names. Returns NA
if wrong indices are selected.
# Default is return all: getVarNames(model="dl") getVarNames(model="dl",i=3) getVarNames(model="dl",i=c(1,3,5)) # var name does not exits, so return NA getVarNames(model="dl",i=c(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.