saveObject: saveObject

Description Usage Arguments Details Value Author(s) See Also

View source: R/U02.saveObject.R

Description

saveObject saves an R object in rda format.

Usage

1
saveObject(object)

Arguments

object

List containing:

  • directoryDirectory into which the data is to be stored

  • objNameObject name given to the R object created

  • fileNameFile name for the R object created

Details

This function function takes as a parameter, a list containing both data and meta data (directory, object name, filename), and saves the data in an RDA file according to the metaData.

Value

object - R object saved

Author(s)

John James, j2sdatalab@gmail.com

See Also

Other io functions: loadObject, readFile, saveFile


DataScienceSalon/predictifyR.3.0 documentation built on May 23, 2019, 8:25 p.m.