loadNamer: loadNamer

Description Usage Arguments

Description

Load objects in an .RData and automatically give it a given name.

Usage

1
loadNamer(file_path, name, expected_name = NULL)

Arguments

file_path

The .RData file to load in.

name

The name you'd like the .RData object to be loaded in as.

expected_name

If you already have an object in the environment with the same name as the object about to be loaded in, put that character string here. It will be preserved while loading in the new object.


TimothyKBook/rutilstb documentation built on May 9, 2019, 4:48 p.m.