loadData {StabPerf} | R Documentation |
Loads a RData-File and returns its content.
Description
Loads a RData-File and returns the first element of it.
Usage
loadData(file=getOption("edaprakt.datafile"))
Arguments
file |
The file that is loaded. |
Details
Loads the file and returns the first object in it, compared to load(...)
which loads the data to the environment with the original names of the objects.
Value
data |
The first object, that was saved in the file. |
Examples
data <- loadData("data/dataset.RData")
[Package
StabPerf version 0.5
Index]