pkg_restore: Restore R packages from a package list stored somewhere else

Description Usage Arguments Value

View source: R/cloudUploaders.R

Description

Restore R packages from a package list stored somewhere else

Usage

1
2
3
pkg_restore(install = TRUE, backupPath = NULL, filename = NULL,
  cloudProvider = NULL, libpath = NULL, update = FALSE,
  keep_all = FALSE, ...)

Arguments

install

logical, should packages in the package list be installed?

backupPath

The path to where save_pkgs should write the list of packages, optional

filename

The name of the csv file to save the package names, optional

cloudProvider

Optional, if specified the package will attempt to write the package list to a tempfile and then upload that tempfile to a cloud service

libpath

Path to the library

update

A logical, should packages be updated first? Default is false

keep_all

A logical, should all packages in pkgList not local be installed?

...

Additional arguments to pass to read_cloud

Value

Nothing.


jknowles/maintainr documentation built on May 19, 2019, 11:42 a.m.