load_github_packages: Load packages from github

Description Usage Arguments Value See Also Examples

Description

Load packages from github

Usage

1
load_github_packages(pkgs, install = TRUE, silent = FALSE)

Arguments

pkgs

a list of packages that get passed as arguments into devtools::install_github, or just a list or vector of names if install = FALSE

install

a logical. Will fetch any required packages from github and install locally if necessary.

silent

a logical. Determines whether to trigger an error if a package is not found.

Value

a vector of logicals corresponding to whether the packages were

See Also

install_github_packages

Examples

1
2
3
4
5
## Not run: 
load_github_packages(list(list('Ramd', 'robertzk'), list('bigrquery', 'hadley')))
load_github_packages(c('Ramd', 'bigrquery'), install = FALSE)

## End(Not run)

robertzk/allthepackages documentation built on May 27, 2019, 10:34 a.m.