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 atstart
date.- 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
FALSE
which provides no message. WhenTRUE
, informs user when eachdate
begins downloading.
Value
An object with class table_class()
containing all Statcast events
between the start
date and end
date inclusive.