| detach_user_installed_pkgs | R Documentation |
Detach all user-installed packages
detach_user_installed_pkgs(exceptions = NULL, force = FALSE, keep_kim = TRUE)
exceptions |
a character vector of names of packages to keep attached |
force |
logical. Should a package be detached even though other
attached packages depend on it? By default, |
keep_kim |
logical. If |
## Not run: detach_user_installed_pkgs() ## End(Not run)