mlb_jobs_official_scorers {baseballr}R Documentation

MLB Jobs Official Scorers

Description

MLB Jobs Official Scorers

Usage

mlb_jobs_official_scorers(sport_id = NULL, date = NULL)

Arguments

sport_id

Return information for a given sport_id.

date

Return information for a given date.

Value

Returns a tibble with the following columns

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

Examples


  try(mlb_jobs_official_scorers(sport_id=1))


[Package baseballr version 1.6.0 Index]