since_packages: Displays installed packages according to a specific date

Description Usage Arguments Value Examples

View source: R/since_packages.R

Description

Displays installed packages according to a specific date

Usage

1
since_packages(date, position, lib = .libPaths())

Arguments

date

the date of interest in yyyy-mm-dd format

position

takes three arguments "at", "before" or "after". "at" displays the packages installed at the chosen date, "before" before that date and "after" after that date)

lib

a character vector giving the library directories. Defaults to the first element in .libPaths()

Value

a character vector

Examples

1
2
3
4
5
## Not run: 
# Displaying the packages installed today
since_packages(date = Sys.Date(), position = "at")

## End(Not run)

batata documentation built on March 8, 2021, 5:06 p.m.