Description Usage Arguments Examples
View source: R/MLB_PostSeason_Stat.R
Metric Average Calculation for MLB Post Season Batting Data
1 | MLB_PostSeason_Stat(year, series, statistic)
|
year |
MLB Season Year of Interest |
series |
MLS Post-Season Series of Interest |
statistic |
Batting Statistic of Interest |
1 2 3 4 | year <- 1987
series <- 'ALCS'
statistic <- 'AB'
MLB_PostSeason_Stat(year, series, statistic)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.