qLoad: Load in the working environment the object matching the name...

View source: R/io.R

qLoadR Documentation

Load in the working environment the object matching the name given as input (will look for DIR.PATH in the environment) can only load RData files

Description

Load in the working environment the object matching the name given as input (will look for DIR.PATH in the environment) can only load RData files

Usage

qLoad(objectname, path, env = globalenv())

Arguments

objectname

Name of the .RData file (without the extension) for which an object has to be created in the environment

path

Path of the object to be loaded

env

environment where the object should be created Default is global environment

Value

Output directly the object inside the specified environment


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.