R/process.R

Defines functions r_background_process

r_background_process <- function(..., envvars = NULL) {
  if (is.null(envvars)) {
    envvars <- callr::rcmd_safe_env()
  }
  callr::r_bg(..., env = envvars)
}
wch/webshot documentation built on July 19, 2023, 10:23 p.m.