mlb_team_coaches: *MLB Team Coaches*

View source: R/mlb_team_coaches.R

mlb_team_coachesR Documentation

MLB Team Coaches

Description

MLB Team Coaches

Usage

mlb_team_coaches(team_id = NULL, date = NULL, season = NULL)

Arguments

team_id

Team ID to return team coach information for.

date

Date to return team coach information for.

season

Year to return team coach information for.

Value

Returns a tibble with the following columns

col_name types
jersey_number character
job character
job_id character
title character
person_id integer
person_full_name character
person_link character

Examples


  try(mlb_team_coaches(team_id = 137, season = 2021))


baseballr documentation built on April 1, 2023, 12:12 a.m.