camr_load_from_RData: Load R Object From .RData File

camr_load_from_RDataR Documentation

Load R Object From .RData File

Description

Loads a specified R object in from a .RData file.

Usage

camr_load_from_RData(path_to_RData_file, object_name)

Arguments

path_to_RData_file

A character string, the file path to the .RData file.

object_name

A character string, the specific R object to load from the .RData file.

Value

An R object loaded in from the .RData file.


rettopnivek/camrprojects documentation built on March 26, 2024, 9:17 a.m.