powered by
This function allows you to scrape the standings from MLB for any date you choose.
standings_on_date_bref(date, division, from = FALSE)
a date object
One or more of AL East, AL Central, AL West, AL Overall, NL East, NL Central, NL West, and NL Overall
a logical indicating whether you want standings up to and including the date (FALSE, default) or rather standings for games played after the date
# NOT RUN { standings_on_date_bref("2015-08-04", "AL East") # }
Run the code above in your browser using DataLab