simple_load: Load Multiple Packages in One Go (and install them if...

View source: R/simple_load.R

simple_loadR Documentation

Load Multiple Packages in One Go (and install them if necessary)

Description

Load Multiple Packages in One Go (and install them if necessary)

Usage

simple_load(pckgs = NULL, update_cran = FALSE, update_gh = FALSE)

Arguments

pckgs

A vector of package names. Packages from CRAN and GitHub can be passed simultaneously. For GitHub packages, pass the package formatted as "owner/repository".

update_cran

Logical. Should CRAN packages be updated? Defaults to FALSE.

update_gh

Logical. Should GitHub packages be updated? Defaults to FALSE.

Examples

simple_load("ggplot2", "EcoDynIZW/d6berlin")


EcoDynIZW/d6 documentation built on March 21, 2024, 12:41 a.m.