loadRData {MESS}R Documentation

Load and extract object from RData file

Description

Loads and extracts an object from an RData file

Usage

loadRData(filename)

Arguments

filename

The path to the RData file

Details

Returns an R object

Value

An R object

Author(s)

ricardo (from GitHub)

See Also

load

Examples


## Not run: 
  d <- loadRData("~/blah/ricardo.RData")

## End(Not run)


[Package MESS version 0.5.12 Index]