Description Usage Arguments Examples
View source: R/MLB_Player_Stat_Avg.R
Metric Average Calculation for MLB Player Batting/Pitching Data
1 | MLB_Player_Stat_Avg(name, statistic)
|
name |
Player Name |
statistic |
Batting/Pitching Statistic of Interest |
1 2 3 | name <- "Johnny Bench"
statistic <- "HR"
MLB_Player_Stat_Avg(name, statistic)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.