load_local: Read an 'Rdata' file into a list (rather than into the global...

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Read an 'Rdata' file into a list (rather than into the global environment)

Usage

1

Arguments

file

Target file name

Value

Named list containing objects in 'file'.

Author(s)

Alexey Shiklomanov

Examples

1
2
3
4
## Not run: 
mylist <- load_local("file.RData")

## End(Not run)

ashiklom/fortebaseline documentation built on May 9, 2020, 1:56 a.m.