un.IT: Un-initialise It

Description Usage Arguments Details Author(s) See Also Examples

View source: R/inIT.R

Description

Unload and/or uninstall R packages.

Usage

1
un.IT(loose, unT = FALSE)

Arguments

loose

A vector of package names to be unloaded.

unT

Logical. If TRUE, packages in loose wil be un-installed if they are available on the system.

Details

un.ITwill check if the Packages in the list argument loose are installed on the system and unload them. If unT=TRUE it will first unload the packages if they are loaded, and then proceed to uninstall them.

Author(s)

Fred Hasselman

See Also

Other initialise packages: in.IT

Examples

1
## Not run: un.IT(loose = c("reshape2", "plyr", "dplyr"), unT = FALSE)

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