cload {distr} | R Documentation |
loads the comment file from a saved Dataclass
or Evaluation
object
cload(filename)
filename |
the filename which was declared at the instantiaton of the Dataclass |
no value is returned
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
Evaluation-class
Dataclass-class
load
savedata-methods
# see Dataclass and Evaluation for examples ## The function is currently defined as function(filename){ eval.parent(parse(text=paste("load(\"",filename,".comment\")", sep = ""))) }