pkg_cran: Install and attach packages

Description Usage Arguments Author(s) See Also

Description

The function checks whether the specified packages are installed or not. Packages that are not installed on your machine are going to be installed.

Usage

1
pkg_cran(pkg_names, attach = TRUE, ...)

Arguments

pkg_names

Character. A vector specifying the names of packages you want to install.

attach

Logical. If TRUE the packages will be loaded.

...

Further parameters passed to install.packages().

Author(s)

Frederik Sachser

See Also

pkg_gh, install.packages


sachserf/framework documentation built on May 29, 2019, 12:21 p.m.