Resolve player ids for specified players

nba_player_ids(players = NULL, player_ids = NULL)

Arguments

players

vector of player names

player_ids

vector of player ids

Value

a `tibble`

See also

Other ids: nba_teams_ids()

Examples

nba_player_ids(players = c("Mitch Richmond", "Kyle Kuzma"))