Learn R Programming

install.load (version 1.2.5)

load_package: Load Packages

Description

Loads the listed packages only

Usage

load_package(package1, ...)

Value

Load package1 and other packages listed in the arguments ....

Arguments

package1

R package.

...

Any additional R packages.

Author

maloneypatr, Irucka Embry

See Also

install_load if you are wanting to install and load packages

Examples

Run this code
if (FALSE) {
library("install.load")
# This will only load the package(s)
load_package("chron")

load_package("chron", "data.table", "dataRetrieval", "EGRET", "dplyr")
}


Run the code above in your browser using DataLab