| unload_user_installed_pkgs | R Documentation |
Unload all user-installed packages
unload_user_installed_pkgs(exceptions = NULL, force = FALSE, keep_kim = TRUE)
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, |
keep_kim |
logical. If |
## Not run: unload_user_installed_pkgs() ## End(Not run)