powered by
Retrieves MLBAM gameIds for a specified date
getGameIds(date = Sys.Date())
A date in 'yyyy-mm-dd' format
A vector of gameIds
Downloads information for a given day from the MLBAM website and retrieves a list of valid gameIds. This function is used internally in the function getData.
getData
# NOT RUN { getGameIds() getGameIds('2008-05-14') # }
Run the code above in your browser using DataLab