distr (version 1.5)

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

Value

  • no value is returned

See Also

Evaluation-class Dataclass-class load savedata-methods

Examples

Run this code
# 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 DataCamp Workspace