mlb_player_full: Estadistica oficial bateo y pitcheo de los jugadores de la...

Description Usage Arguments Value Examples

View source: R/mlb_player_full.R

Description

Estadistica oficial bateo y pitcheo de los jugadores de la MLB (baseball)

Usage

1
mlb_player_full(year = year_actual, stats = "hitting", season_type = "regular")

Arguments

year

numeric

stats

character

season_type

character

Value

Estadisticas de la pagina oficial mlb.com

Examples

1
2
3
4
5
6
# year = year que queremos visualizar
# stats = hitting o pitching
# season_type = 'regular', 'playoffs', 'wildcard',
# 'divisionales', 'championship','mundiales' o 'pretemporada
# Get las estadisticas de pitcheo del 2018
mlb_team_stats(2018, "pitching", "regular")

mlbstatsR documentation built on Sept. 14, 2021, 1:06 a.m.