This document discusses using R to scrape baseball box score data from the website baseball-reference.com. It describes breaking down the scraping process into steps: iterating through each MLB team from 2005-2010, each date from April to October, and accessing the box score URLs and tables. The document outlines the R code used to systematically scrape over 78,000 URLs and extract the data tables. It concludes that R provides a powerful platform for web scraping and accessing large amounts of publicly available data.