powered by
Find Biographical Information for MLB Players
mlb_people(person_ids = NULL)
Returns a tibble with the following columns:
MLBAMIDs for players of interest. Multiple IDs should be provided in a vector separated by a comma.
# \donttest{ try(mlb_people(person_ids = 502671)) try(mlb_people(person_ids = c(502671,605151))) # }
Run the code above in your browser using DataLab