loadDataObject: loadDataObject

Description Usage Arguments Details Value Examples

View source: R/getDataObject.R

Description

load an RData file saved by one of the getDataObject_ functions and return the dataObject variable contents

Usage

1
loadDataObject(theRDataFile)

Arguments

theRDataFile

an RData file saved by one of the getDataObject_ functions

Details

load an RData file saved by one of the getDataObject_ functions and return the dataObject variable contents

Value

See the various getDataObject_ functions. load an RData file saved by one of the getDataObject_ functions and return the dataObject variable contents

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (theRDataFile) 
{
    dataObject <- NULL
    load(theRDataFile)
    dataObject
  }

GeneSurvey/TCGAGeneReport documentation built on May 6, 2019, 6:27 p.m.