Learn R Programming

baseballr (version 0.8.6)

playername_lookup: Look up Baseball Player Name

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

playername_lookup(id)

Arguments

id

An integer or character string representing a player ID in a baseball database, cross-referenced through the Chadwick Bureau's public register of baseball players.

Examples

Run this code
# NOT RUN {
playername_lookup(4885)
# }
# NOT RUN {
playername_lookup("kaaihki01")
# }

Run the code above in your browser using DataLab