Last week.

cran_top_downloaded()

Value

Data frame of top downloaded packages.

Details

You can use the cranlogs package to get more flexibility into what is returned.

Examples

cran_top_downloaded()
#> # A data frame: 100 × 2
#>    package   count 
#>    <chr>     <chr> 
#>  1 rlang     326826
#>  2 cli       307095
#>  3 lifecycle 304363
#>  4 dplyr     294710
#>  5 glue      286831
#>  6 ggplot2   281797
#>  7 vctrs     276022
#>  8 jsonlite  263000
#>  9 withr     256325
#> 10 curl      247790
#> # ℹ 90 more rows