Get basic information for all athletes on a team
Arguments
- token
API Token Object (see
EF_CreateAPIToken)- date
Input date as a string in the format
"%m-%d-%Y"(e.g.,"07-28-2025").
Value
Returns a data frame with the following columns:
- AthleteId
`numeric` — Unique athlete identifier (long)
- LastName
`character` — Athlete's last name
- FirstName
`character` — Athlete's first name
- Positions
`character` — Athlete's playing position(s)
- Classification
`character` — Athlete's roster classification (e.g., Freshman, Senior)
- Categories
`character` — Custom or predefined grouping categories (e.g., Returners, Injured)
