in.IT: Initialise It

Description Usage Arguments Details Author(s) See Also Examples

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.

Author(s)

Fred Hasselman

See Also

Other initialise packages: un.IT

Examples

1
## Not run: in.IT(c("reshape2", "plyr", "dplyr"))

ManyLabsOpenScience/manylabRs documentation built on May 14, 2019, 5:21 p.m.