Load RData file and return objects in it.
Load RData file and return objects in it.
load2(file, parts, simplify = TRUE, envir, impute)
file |
[ |
parts |
[ |
simplify |
[ |
envir |
[ |
impute |
[ |
Either a single object or a list.
fn = tempfile() save2(file = fn, a = 1, b = 2, c = 3) load2(fn, parts = "a") load2(fn, parts = c("a", "c"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.