| remove_user_installed_pkgs {kim} | R Documentation | 
Remove all user installed packages
Description
Remove all user installed packages
Usage
remove_user_installed_pkgs(
  exceptions = NULL,
  type_of_pkg_to_keep = c("base", "recommended"),
  keep_kim = FALSE
)
Arguments
| exceptions | a character vector of names of packages to keep | 
| type_of_pkg_to_keep | a character vector indicating types
of packages to keep. The default,
 | 
| keep_kim | logical. If  | 
Examples
## Not run: 
remove_user_installed_pkgs()
## End(Not run)
[Package kim version 0.5.422 Index]