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 Feb. 6, 2025, 5:30 a.m.