Description Usage Arguments Examples
View source: R/MLB_Team_Stat_Avg.R
Metric Average Calculation for MLB Team Batting and Pitching Data
1 | MLB_Team_Stat_Avg(TeamAbbr, year, statistic, BorP)
|
TeamAbbr |
MLB Team Abbreviation |
year |
MLB Season Year |
statistic |
Statistic of Interest |
BorP |
Batting or Pitching Data |
1 2 3 4 5 | TeamAbbr <- 'HOU'
year <- 2008
statistic <- 'SO'
BorP <- 'B'
MLB_Team_Stat_Avg(TeamAbbr, year, statistic, BorP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.