loadRData function

Load and extract object from RData file

Load and extract object from RData file

Loads and extracts an object from an RData file

loadRData(filename)

Arguments

  • filename: The path to the RData file

Returns

An R object

Details

Returns an R object

Examples

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

See Also

load

Author(s)

ricardo (from GitHub)

  • Maintainer: Claus Thorn Ekstrøm
  • License: GPL-2
  • Last published: 2023-08-20