Skip to content

Commit

Permalink
Remove progress bar in md file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb authored May 11, 2020
1 parent df6c67d commit 9528ade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ games_2019 <- fast_scraper_schedules(2019) %>% filter(season_type == 'REG') %>%

tictoc::tic(glue::glue('{length(games_2019)} games with nflfastR:'))
f <- fast_scraper(games_2019, pp = TRUE)
#> Progress: ------------------------------------------------------------------------------------------------ 100% Progress: ------------------------------------------------------------------------------------------------ 100%
tictoc::toc()
#> 3 games with nflfastR:: 8.64 sec elapsed
tictoc::tic(glue::glue('{length(games_2019)} games with nflscrapR:'))
Expand Down

0 comments on commit 9528ade

Please sign in to comment.