cross.toc | R Documentation |
Show toc table with multiple packages
cross.toc(pkgs, date1 = "1970-1-1", date2 = Sys.Date())
pkgs |
character vector containing the package names. |
date1 , date2 |
date range to consider (in the format "%Y-%m-%d"). |
A data.frame
with 3 columns:
The package version number
The date at which the specific version was published
The package name
toc()
for the same function for a single package.
## Not run:
cross.toc(c("magrittr", "R"))
cross.toc(c("magrittr", "rlang"), date1 = "2012-02-01", date2 = "2020-02-01")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.