loadRData: Load RData into a Pre-Specified Assignment

View source: R/loadRData.R

loadRDataR Documentation

Load RData into a Pre-Specified Assignment

Description

This function is from [StackOverflow post 5577221](https://stackoverflow.com/questions/5577221/how-can-i-load-an-object-into-a-variable-name-that-i-specify-from-an-r-data-file) here, Ricardo's answer. It loads an Rda file and enables it to be assigned to a specific object, instead of using the object name that it was stored with. This is an incredibly useful function that deserves a place in base R, but until then I will use it here.

Usage

loadRData(file_name)

Arguments

file_name

The file name of the .RData object.


sysilviakim/Kmisc documentation built on Jan. 28, 2023, 10:58 a.m.