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