load_to_env: Load to environment

View source: R/load_to_env.R

load_to_envR Documentation

Load to environment

Description

Load objects into a new environment

Usage

load_to_env(RData, env = new.env())

Arguments

RData

the .Rdata file.

env

an environment to load the data into

Details

This function was found in a blog on R-bloggers. For more information see the blog.

Value

Returns an environment containing all the saved objects.

Author(s)

Rico Derks

References

https://www.r-bloggers.com/2016/04/safe-loading-of-rdata-files/


ricoderks/lipidomics documentation built on Nov. 10, 2024, 2:30 a.m.