remove.packages | R Documentation |
Removes installed packages/bundles 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 vector giving the library directories to remove the
packages from. If missing, defaults to the first element in
|
On Unix-alikes,
REMOVE
for a command line version;
install.packages
for installing packages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.