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 webshot2 package in your browser

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

webshot2 documentation built on Aug. 12, 2023, 1:05 a.m.