Description Usage Arguments Value Examples
View source: R/espn_team_stats.R
Estadisticas de los equipos de la MLB en ESPN
1 | espn_team_stats(year = year_actual, stats = "batting", season_type = "regular")
|
year |
numeric |
stats |
character |
season_type |
character |
Estadisticas de la MLB en ESPN
1 2 3 4 5 | # year = year que queremos visualizar
# stats = batting, pitching, fielding
# season_type = regular o playoffs
# Get las estadisticas de pitcheo en playoffs de 2003
espn_team_stats(2015, "pitching", "regular")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.