loadRDa: load .RDa file into new object name

View source: R/loadRDa.R

loadRDaR Documentation

load .RDa file into new object name

Description

Loads .rda and .rdata files with the ability to assign them to a new object name instead of the one they were originally saved with.

Usage

loadRDa(fileName)

Arguments

fileName

The file path to a .rda or .rdata file to be loaded into a new object name

Examples

## Not run: 
new_name <- loadRDa("filepath/file.rda")

## End(Not run)


jpetrovich02/CCMHr documentation built on Jan. 25, 2024, 11:57 p.m.