View source: R/mmstat.getVariableNames.R
| mmstat.getVariableNames | R Documentation |
Returns all variable names of data set stored in the internal environment.
mmstat.getVariableNames(name)
name |
character or numeric: name or index of data set |
vector of names
# Delete all stored data sets
mmstat.set(datasets=NULL)
# Load CAR data set into mmstat
mmstat.getDataNames(mmstat.rds("CARS"))
# Extract names of all variables
mmstat.getVariableNames(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.