cran_logs | R Documentation |
Download daily downloads stats from CRAN for any package, and plot.
It can also be used as an auxiliary function to plot
(cranlogs::cran_downloads
) results.
cran_logs(
input = "lares",
from = Sys.Date() - 31,
to = Sys.Date() - 1,
type = "daily",
plot = TRUE
)
input |
Character vector with package names or data.frame product of
|
from , to |
Dates. Range of dates to fetch downloads metrics. |
type |
Character. Any of: "daily" or "total". |
plot |
Boolean. Create a plot? |
List with data.frame and plot if plot=TRUE
.
cran_logs(c("lares", "dplyr"), from = "2021-05-31")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.