rm_since_packages {batata}R Documentation

removes installed packages according to a specific date

Description

removes installed packages according to a specific date

Usage

rm_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

## Not run: 
# Displaying the packages installed today
today_packages()

## End(Not run)

[Package batata version 0.2.1 Index]