today_packages {batata} | R Documentation |
Displays the packages installed in the current day
today_packages(lib = .libPaths())
lib |
a character vector giving the library directories. Defaults to the first element in .libPaths() |
a character vector
## Not run:
# Displaying the packages installed today
today_packages()
## End(Not run)