playerid_lookup: Look up Baseball Player IDs

Description Usage Arguments Examples

Description

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.

Usage

1
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.

Examples

1
2
3
4
## Not run: 
playerid_lookup("Garcia", "Karim")

## End(Not run)

Fackz/baseball documentation built on June 25, 2019, 12:05 a.m.