Scrape play-by-play for single day's games

scrape_day(day = as.Date(Sys.Date(), "%Y-%m-%d"))

Arguments

day

A day in the format of 'YYYY-MM-DD'; defaults to system date.

Value

A tibble containing all play-by-play data for a given day in the same format as the output of scrape_game

Examples

if (FALSE) {
pbp_day <- scrape_day(day = "2015-01-06")
}