Description Usage Arguments Value Examples
Scrape PITCHf/x data
1 | get_pitchfx(date_start = 0, date_end = 0, game_id = NULL)
|
date_start |
The starting date. Optional, if you only want to scrape specific games |
date_end |
The ending date. Optional, if you only want to scrape for a single day |
game_id |
Game ids. Optional, if you want to scrape given days |
PITCHf/x data for within starting date and ending date
1 2 3 | get_pitchfx(date_start = "2020-7-23")
get_pitchfx(date_start = "2020-7-23", date_end = "2020-7-24")
get_pitchfx(game_id = "630851")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.