Learn R Programming

distrSim (version 2.8.3)

cload: cload

Description

loads the comment file from a saved Dataclass object

Usage

cload(filename)

Value

no value is returned

Arguments

filename

the filename which was declared at the instantiaton of the Dataclass

Author

Thomas Stabla statho3@web.de,
Florian Camphausen fcampi@gmx.de,
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
Matthias Kohl Matthias.Kohl@stamats.de

Details

Uses function load to load the comment file from a saved Dataclass object.

See Also

Dataclass-class load savedata-methods

Examples

Run this code
# see Dataclass and Evaluation for examples
## The function is currently defined as
function(filename){
  eval.parent(parse(text=paste("load(\"",filename,".comment\")", sep = "")))
  }

Run the code above in your browser using DataLab