Description Usage Arguments Examples
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.
1 | playerid_lookup(last_name = NULL, first_name = NULL)
|
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. |
1 2 3 4 | ## Not run:
playerid_lookup("Garcia", "Karim")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.