cran_stats | R Documentation |
monthly download stats of cran package(s)
cran_stats(packages, use_cache = TRUE)
packages |
packages |
use_cache |
logical, should cached data be used? Default: TRUE. If set to FALSE, it will re-query download stats and update cache. |
data.frame
Guangchuang Yu
## Not run:
library("dlstats")
x <- cran_stats(c("dlstats", "emojifont", "rvcheck"), use_cache=TRUE)
head(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.