R/install-zip.R

Defines functions make_unzip_process

#' @importFrom zip unzip_process

make_unzip_process <- function(zipfile, exdir = ".",
                               post_process = NULL, stdout = "|",
                               stderr = "2>&1", ...) {
  up <- unzip_process()
  up$new(zipfile, exdir = exdir, post_process = post_process,
         stdout = stdout, stderr = stderr, ...)
}

Try the pkgdepends package in your browser

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

pkgdepends documentation built on Nov. 10, 2023, 5:06 p.m.