Last chance! 50% off unlimited learning
Sale ends in
Unload all user-installed packages
unload_user_installed_pkgs(exceptions = NULL, force = FALSE, keep_kim = TRUE)
a character vector of names of packages to keep loaded
logical. Should a package be unloaded even though other
attached packages depend on it? By default, force = FALSE
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
if (FALSE) {
unload_user_installed_pkgs()
}
Run the code above in your browser using DataLab