scrape_day | R Documentation |
Scrape play-by-play for single day's games
scrape_day(day = as.Date(Sys.Date(), "%Y-%m-%d"))
day |
A day in the format of 'YYYY-MM-DD'; defaults to system date. |
A tibble containing all play-by-play data for a given day in
the same format as the output of scrape_game
## Not run: pbp_day <- scrape_day(day = "2015-01-06") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.