| tidyverse_cran_downloads {anomalize} | R Documentation |
Downloads of various "tidyverse" packages from CRAN
Description
A dataset containing the daily download counts from 2017-01-01 to 2018-03-01 for the following tidyverse packages:
-
tidyr -
lubridate -
dplyr -
broom -
tidyquant -
tidytext -
ggplot2 -
purrr -
stringr -
forcats -
knitr -
readr -
tibble -
tidyverse
Usage
tidyverse_cran_downloads
Format
A grouped_tbl_time object with 6,375 rows and 3 variables:
- date
Date of the daily observation
- count
Number of downloads that day
- package
The package corresponding to the daily download number
Source
The package downloads come from CRAN by way of the cranlogs package.
[Package anomalize version 0.3.0 Index]