load1: Load one R object from an Rda file

Description Usage Arguments Details

View source: R/files.R

Description

Loads an object from an Rda file. In contrast to standard load(), this function does not put the loaded object in the current environment. Rather, this function returns the loaded data as an object. It is thus possible to save an object x using save(x, file=myfile), and then retrieve it using y = load1(myfile).

Usage

1

Arguments

file

filename with Rda object

Details

The name is short for: (load 1) object


tkonopka/shrt documentation built on March 5, 2020, 2:51 p.m.