detachAllPackages: Clear loaded packages

View source: R/detachAllPackages.R

detachAllPackagesR Documentation

Clear loaded packages

Description

Clear all loaded packages (excluding base). Useful for determining if a script has the appropriate packages loaded.

Usage

detachAllPackages(unload_v = F)

Arguments

unload

argument to detach. See ?detach for explanation.

Value

None. Detaches loaded packages.

Examples

detachAllPackages()

weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.