Using unpack to Manage Your R Environment

Win-Vector Blog 2020-01-21

Summary:

In our last note we stated that unpack is a good tool for load R RDS files into your working environment. Here is the idea expanded into a worked example. # remotes::install_github("WinVector/wrapr") library(wrapr) a <- 5 b <- 7 do_not_want <- 13 # save the elements of our workspace we want saveRDS(as_named_list(a, b), 'example_data.RDS') # … Continue reading Using unpack to Manage Your R Environment

Link:

http://www.win-vector.com/blog/2020/01/using-unpack-to-manage-your-r-environment/

From feeds:

Statistics and Visualization » Win-Vector Blog

Tags:

data

Authors:

John Mount

Date tagged:

01/21/2020, 18:22

Date published:

01/21/2020, 15:33