players: All MLB and MiLB players from 2008 to date
Description
A data frame with the full name and corresponding ID for every player. This data is used during scrape
to append a name
to the atbat table so we can reference data by batter_name and pitcher_name without any extra hassle. This was constructed by taking the unique
name and ID combinations from every players.xml file.
Format
A data frame with 2 variables: ID
and full_name