Learn R Programming

distrSim (version 2.6)

cload: 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

Value

no value is returned

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
# NOT RUN {
# 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