IO_jams_workspace_image: IO_jams_workspace_image(opt = NULL, workspaceimage = NULL,...

View source: R/useful_functions.R

IO_jams_workspace_imageR Documentation

IO_jams_workspace_image(opt = NULL, workspaceimage = NULL, threads = 8, operation = c("save", "load")) Safe way of either loading or saving an R workspace image. If argument workspaceimage is null, workspace image file will be searched for in opt (opt$projimage). If that is also NULL, saving or loading is aborted. If the fastSave package () is installed, multi-threaded loading or saving will be used. If opt is passed, number of CPUs will be set to opt$threads, trumping the threads argument.

Description

IO_jams_workspace_image(opt = NULL, workspaceimage = NULL, threads = 8, operation = c("save", "load")) Safe way of either loading or saving an R workspace image. If argument workspaceimage is null, workspace image file will be searched for in opt (opt$projimage). If that is also NULL, saving or loading is aborted. If the fastSave package () is installed, multi-threaded loading or saving will be used. If opt is passed, number of CPUs will be set to opt$threads, trumping the threads argument.

Usage

IO_jams_workspace_image(
  opt = NULL,
  workspaceimage = NULL,
  threads = 8,
  operation = NULL,
  verbose = FALSE
)

johnmcculloch/JAMS_BW documentation built on March 29, 2024, 7:56 p.m.