all_ages: All Installed Package Ages

Description Usage Arguments Value Examples

Description

List the age of all your installed packages.

Usage

1
2
all_ages(units = c("auto", "secs", "mins", "hours", "days", "weeks"),
  decreasing = FALSE, ...)

Arguments

units

character string specifying the units (e.g., "days"). Can be abbreviated.

decreasing

Logical indicating whether or not to list the ages in decreasing order (i.e., youngest to oldest). Default is FALSE.

...

Additional optional arguments to be passed on to pkg.age.

Value

A data frame with two columns: package and age.

Examples

1
2
3
4
## Not run: 
all_ages(units = "weeks", decreasing = TRUE)

## End(Not run)

bgreenwell/pkgbday documentation built on May 8, 2019, 3:43 p.m.