diff --git a/auto/update_adv_stats.R b/auto/update_adv_stats.R index 01c97c00..43908f6f 100644 --- a/auto/update_adv_stats.R +++ b/auto/update_adv_stats.R @@ -40,7 +40,8 @@ scrape_advstats <- function(){ cli::cli_progress_along(pfr_game_id), purrr::possibly( .f = function(i) pfr_game_adv_stats(pfr_game_id[[i]]), - otherwise = list() + otherwise = list(), + quiet = FALSE ))) %>% dplyr::filter(purrr::map_lgl(adv, ~all(lengths(.x) > 0)))