rm_yesterday_packages {batata} | R Documentation |
Remove the packages installed yesterday
Description
Remove the packages installed yesterday
Usage
rm_yesterday_packages(lib = .libPaths())
Arguments
lib |
a character vector giving the library directories. Defaults to the first element in .libPaths() |
Value
called for the side effect of removing the yesterday installed packages
Examples
## Not run:
# Removing the packages installed yesterday
rm_yesterday_packages()
## End(Not run)
[Package batata version 0.2.1 Index]