Learn R Programming

caRpools (version 0.83)

load.packages: Loading and Installing packages used for caRpools

Description

This function is used to check for presence of all packages and install them if not.

Usage

load.packages(noupdate=TRUE)

Arguments

noupdate
Indicates whether packages will NOT be updated, by default TRUE.

Value

load.packages does not give any return value, however it will give you errors if something is wrong.

Details

Is only used to check R packages

Examples

Run this code
data(caRpools)
load.packages()

Run the code above in your browser using DataLab