Learn R Programming

CimpleG (version 1.0.1)

load_object: Load an R object saved with CimpleG or an RDS file.

Description

Load an R object saved with CimpleG or an RDS file.

Usage

load_object(file_name)

Value

the loaded R object

Arguments

file_name

File name in the working directory or path to file to be loaded. Files saved with CimpleG::save_object and base::saveRDS files are supported.