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

View source: R/save_load_helper.R

load_objectR Documentation

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)

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.

Value

the loaded R object


CimpleG documentation built on Dec. 7, 2025, 1:07 a.m.