powered by
loads the comment file from a saved Dataclass object
Dataclass
cload(filename)
no value is returned
the filename which was declared at the instantiaton of the Dataclass
Thomas Stabla statho3@web.de, Florian Camphausen fcampi@gmx.de, Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de, Matthias Kohl Matthias.Kohl@stamats.de
Uses function load to load the comment file from a saved Dataclass object.
load
Dataclass-class load savedata-methods
Dataclass-class
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 = ""))) }
Run the code above in your browser using DataLab