View source: R/biocDownloadStats.R
latestPkgStats | R Documentation |
The latestPkgStats
function combines outputs from several functions to
generate a table of relevant statistics for a given package.
latestPkgStats(
gh_repo,
Date,
pkgType = c("software", "data-experiment", "workflows", "data-annotation")
)
gh_repo |
character(1) The GitHub repository location including the username / organization and the repository name, e.g., "Bioconductor/S4Vectors" |
Date |
character(1) The date cutoff from which to analyze closed issues in the YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ format (ISO 8601). |
pkgType |
character(1) One of 'software', 'data-experiment', 'workflows', or 'data-annotation' (defaults to 'software') |
if (interactive()) {
latestPkgStats("Bioconductor/BiocGenerics", "2021-05-05")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.