cross.toc {groundhog} | R Documentation |
Show toc table with multiple packages
Description
Show toc table with multiple packages
Usage
cross.toc(pkgs, date1 = "1970-1-1", date2 = Sys.Date())
Arguments
pkgs |
character vector containing the package names. |
date1 , date2 |
date range to consider (in the format "%Y-%m-%d"). |
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
See Also
toc()
for the same function for a single package.
Examples
## Not run:
cross.toc(c("magrittr", "R"))
cross.toc(c("magrittr", "rlang"), date1 = "2012-02-01", date2 = "2020-02-01")
## End(Not run)
[Package groundhog version 3.2.0 Index]