saveObj: Save an R object to an RData file with name 'obj'

View source: R/getObj_saveObj.R

saveObjR Documentation

Save an R object to an RData file with name 'obj'

Description

Function to save an R object to an RData file with name 'obj'.

Usage

saveObj(obj, fn)

Arguments

obj
  • object to save

fn
  • filename to which to save the R object

Details

The original R object is saved with the name 'obj', so it can easily be returned using the function getObj.


wStockhausen/wtsUtilities documentation built on March 16, 2024, 10:38 a.m.