cload {distr}R Documentation

cload

Description

loads the comment file from a saved Dataclass or Evaluation object

Usage

cload(filename)

Arguments

filename the filename which was declared at the instantiaton of the Dataclass

Details

Value

no value is returned

Author(s)

Thomas Stabla Thomas.Stabla@uni-bayreuth.de,
Florian Camphausen Florian.Camphausen@uni-bayreuth.de,
Peter Ruckdeschel Peter.Ruckdeschel@uni-bayreuth.de,
Matthias Kohl Matthias.Kohl@uni-bayreuth.de

See Also

Evaluation-class Dataclass-class load savedata-methods

Examples

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

[Package Contents]