powered by
This function allows you to scrape basic batter statistics over a custom time frame. Data is sourced from Baseball-Reference.com.
daily_batter_bref(t1, t2)
First date data should be scraped from. Should take the form "YEAR-MONTH-DAY"
Last date data should be scraped from. Should take the form "YEAR-MONTH-DAY"
# NOT RUN { daily_batter_bref("2015-05-10", "2015-06-20") # }
Run the code above in your browser using DataLab