Learn R Programming

groundhog (version 3.2.0)

cross.toc: Show toc table with multiple packages

Description

Show toc table with multiple packages

Usage

cross.toc(pkgs, date1 = "1970-1-1", date2 = Sys.Date())

Value

A data.frame with 3 columns:

Version

The package version number

Published

The date at which the specific version was published

Package

The package name

Arguments

pkgs

character vector containing the package names.

date1, date2

date range to consider (in the format "%Y-%m-%d").

See Also

toc() for the same function for a single package.

Examples

Run this code

if (FALSE) {
cross.toc(c("magrittr", "R"))
cross.toc(c("magrittr", "rlang"), date1 = "2012-02-01", date2 = "2020-02-01")
}

Run the code above in your browser using DataLab