chadwick_player_id_lu function

Look up Baseball Player IDs by Player Name

Look up Baseball Player IDs by Player Name

This function allows you to query the Chadwick Bureau's public register of baseball players and the various IDs associated with them in different systems of record.

playerid_lookup(last_name = NULL, first_name = NULL)

Arguments

  • last_name: A text string used to return results for players with that string in their last name.
  • first_name: A text string used to return results for players with that string in their first name.

Returns

A data frame of baseball players and the various IDs associated with them in different systems of record.

col_nametypes
first_namecharacter
last_namecharacter
given_namecharacter
name_suffixcharacter
nick_namecharacter
birth_yearinteger
mlb_played_firstinteger
mlbam_idinteger
retrosheet_idcharacter
bbref_idcharacter
fangraphs_idinteger

Examples

try(playerid_lookup("Garcia", "Karim"))