Download Statcast data within a range of dates
Arguments
- start
Start date of search.
- end
End data of search. Defaults to
NULL, which stops search atstartdate.- batter
Statcast player ID for batter of interest. Defaults to
NULL.- pitcher
Statcast player ID for pitcher of interest. Defaults to
NULL.- process
Controls processing of data. Defaults to
FALSE. IfTRUE, data is processed using thestatcast_min_process()function.- names
Controls processing of names. Defaults to
FALSE. IfTRUE, names are processed using thestatcast_add_names()function.- verbose
Controls messaging to the user. Defaults to
FALSEwhich provides no message. WhenTRUE, informs user when eachdatebegins downloading.
Value
An object with class table_class() containing all Statcast events
between the start date and end date inclusive.