powered by
Returns all variable names of data set stored in the internal environment.
mmstat.getVariableNames(name)
vector of names
character or numeric: name or index of data set
# 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)
Run the code above in your browser using DataLab