Learn R Programming

podcleaner (version 0.1.2)

utils_IO_load: Load object into memory

Description

Load saved object as .rds file back into memory.

Usage

utils_IO_load(...)

Arguments

...

Destination parameters to be passed to utils_IO_path.

Value

R object from destination .rds file.

Examples

Run this code
# NOT RUN {
  utils_IO_load("home/projects", "glasgow-entrepreneurs")
# }

Run the code above in your browser using DataLab