Description Usage Arguments Value Examples
View source: R/rm_since_packages.R
removes installed packages according to a specific date
1  | rm_since_packages(date, position, lib = .libPaths())
 | 
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()  | 
a character vector
1 2 3 4 5  | ## Not run: 
# Displaying the packages installed today
today_packages()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.