unload_user_installed_pkgs: Unload all user-installed packages

View source: R/unload_user_installed_pkgs.R

unload_user_installed_pkgsR Documentation

Unload all user-installed packages

Description

Unload all user-installed packages

Usage

unload_user_installed_pkgs(exceptions = NULL, force = FALSE, keep_kim = TRUE)

Arguments

exceptions

a character vector of names of packages to keep loaded

force

logical. Should a package be unloaded even though other attached packages depend on it? By default, force = FALSE

keep_kim

logical. If keep_kim = FALSE, Package 'kim' will be detached along with all other user-installed packages. If keep_kim = TRUE, Package 'kim' will not be detached. By default, keep_kim = FALSE

Examples

## Not run: 
unload_user_installed_pkgs()

## End(Not run)

kim documentation built on Oct. 9, 2023, 5:08 p.m.