mmstat.getDataNames {HKRbook} | R Documentation |
mmstat.getDataNames
Description
Returns the names of data sets and stores them in the internal environment. The name of the data set is base name without extension.
Usage
mmstat.getDataNames(...)
Arguments
... |
character: names of the data sets. |
Value
the names of the data sets
Examples
files <- mmstat.rds("HAIR.EYE.COLOR", "TITANIC")
mmstat.getDataNames(files)
[Package HKRbook version 0.1.3 Index]