This function uses API of
CRAN Logs to scrap the download logs of the packages and
then plots the data. It works on objects of class character (vector),
deepdep, package_dependencies and package_downloads.
plot_downloads(x, ...) # S3 method for default plot_downloads(x, ...) # S3 method for deepdep plot_downloads(x, from = Sys.Date() - 365, to = Sys.Date(), ...) # S3 method for package_dependencies plot_downloads(x, from = Sys.Date() - 365, to = Sys.Date(), ...) # S3 method for package_downloads plot_downloads(x, from = Sys.Date() - 365, to = Sys.Date(), ...) # S3 method for character plot_downloads(x, from = Sys.Date() - 365, to = Sys.Date(), ...)
| x | A |
|---|---|
| ... | Ignored. |
| from | A |
| to | A |
A ggplot2 class object.
#>#># }