View source: R/mmstat.getVarNames.R
mmstat.getVarNames | R Documentation |
Returns the variable names of a specific type from a mmstat data set.
mmstat.getVarNames(dataname, vartype, which = NULL)
dataname |
character: name of data set |
vartype |
character: type of variable, either |
which |
integer: index number |
a vector or element of variable names which have the type vartype
# Load CAR data set into mmstat mmstat.getDataNames(mmstat.rds("CARS")) # Extract names of numeric variables mmstat.getVarNames(1, "numeric")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.