Description Usage Arguments Examples
Web Scrape for MLB Team Pitching/Batting Data
1 | MLB_Team(TeamAbbr, year, BorP)
|
TeamAbbr |
Abbreviation for MLBTeam |
year |
MLB Season Year of Interest |
BorP |
Batting or Pitching Data |
1 2 3 4 | TeamAbbr = 'CIN'
year = 1987
BorP = 'P'
CIN_1987_P = MLB_Team(TeamAbbr, year, BorP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.