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)
}

Try the webshot package in your browser

Any scripts or data that you put into this service are public.

webshot documentation built on July 9, 2023, 5:11 p.m.