remove.packages {base} | R Documentation |
Removes installed packages and updates index information as necessary.
remove.packages(pkgs, lib)
pkgs |
a character vector with the names of the packages to be removed. |
lib |
a character string giving the library directory to move the packages from. |
REMOVE
for a command line version;
install.packages
for installing packages.