rm_yesterday_packages {batata} | R Documentation |
Remove the packages installed yesterday
rm_yesterday_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 yesterday installed packages
## Not run:
# Removing the packages installed yesterday
rm_yesterday_packages()
## End(Not run)