obj2mem: Loads objects from disk to memory

View source: R/arrow.R

obj2memR Documentation

Loads objects from disk to memory

Description

Loads objects from disk to memory

Usage

obj2mem(obj, verbose = TRUE)

Arguments

obj

Object of S4 class, saved on disk (scenario, model, etc.)

verbose

If TRUE, prints messages

Value

Object of the same S4 class as input object, with all of the slots loaded in memory.

Examples

## Not run: 
obj2mem(scen_ondisk)

## End(Not run)

olugovoy/energyRt documentation built on Nov. 21, 2024, 2:24 a.m.