Description Usage Arguments Value Examples
View source: R/espn_player_stats.R
Estadisticas de los jugadores de la MLB en ESPN
1 2 3 4 5 | espn_player_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_player_stats(2012, "pitching", "playoffs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.