load2: Save R Objects, as multiple files in a folder

Description Usage Arguments

Description

Like load but instead of one rds file, loads all rds objects in a folder. This gives much more flexibility, to add, modify, rename, remove and share individual objects. See also save2

Usage

1
load2(folder, pattern = "\\.rds$")

Arguments

folder

string; path of folder containing objects to be loaded

pattern

an optional regular expression. Only files which match the regular expression will be loaded.


MyersGroup/testisAtlas documentation built on Nov. 29, 2020, 9:21 p.m.