in.IT: Initialise It

Description Usage Arguments Details Author(s) See Also Examples

View source: R/inIT.R

Description

Load and/or install R packages

Usage

1
in.IT(need = NULL, inT = TRUE)

Arguments

need

A vector of package names to be loaded. The wrapper functions have a predefinded need list and can be used as shortcuts (see details).

inT

Logical. If TRUE (default), packages in need wil be installed if they are not available on the system.

Details

in.IT will check if the Packages in the list argument need are installed on the system and load them. If inT=TRUE (default), it will first install the packages if they are not present and then proceed to load them.

The wrapper functions have a predefined need list:

Author(s)

Fred Hasselman

See Also

Other initialise packages: un.IT

Examples

1
in.IT(c("reshape2", "plyr", "dplyr"))

FredHasselman/nlRtsa documentation built on May 6, 2019, 5:07 p.m.