cload: cload

View source: R/savedata-methods.R

cloadR Documentation

cload

Description

loads the comment file from a saved Dataclass object

Usage

cload(filename)

Arguments

filename

the filename which was declared at the instantiaton of the Dataclass

Details

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

Value

no value is returned

Author(s)

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

See Also

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 = "")))
  }

distrSim documentation built on Nov. 13, 2022, 1:07 a.m.

Related to cload in distrSim...