Description Usage Arguments Value Examples
View source: R/rm_latest_packages.R
Remove the n latest installed R packages
1 | rm_latest_packages(n = 1, lib = .libPaths())
|
n |
the last number of installed packages to remove. Default to 1 for the last installed package |
lib |
a character vector giving the library directories. Defaults to the first element in .libPaths() |
called for the side effect of removing the n latest installed packages
1 2 3 4 5 6 7 8 | ## Not run:
# Removing the last 10 installed packages
rm_latest_packages(n = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.