rm_today_packages {batata} | R Documentation |
Remove the packages installed in the current day
Description
Remove the packages installed in the current day
Usage
rm_today_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 today installed packages
Examples
## Not run:
# Removing the packages installed today
rm_today_packages()
## End(Not run)
[Package batata version 0.2.1 Index]