powered by
Scrape play-by-play for single day's games
scrape_day(day = as.Date(Sys.Date(), "%Y-%m-%d"))
A tibble containing all play-by-play data for a given day in the same format as the output of scrape_game
scrape_game
A day in the format of 'YYYY-MM-DD'; defaults to system date.
if (FALSE) { pbp_day <- scrape_day(day = "2015-01-06") }
Run the code above in your browser using DataLab