Description Usage Arguments Examples
View source: R/MLB_Season_Stat.R
Metric Calculation for MLB Season Batting and Pitching Data
1 | MLB_Season_Stat(year, statistic, BorP)
|
year |
MLB Season Year |
statistic |
Batting or Pitching Statistic of Interest |
BorP |
Batting or Pitching Data |
1 2 3 4 | year <- 1999
statistic <- "ERA"
BorP <- "P"
MLB_Season_Stat(year, statistic, BorP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.