Get all current Power
Arguments
- token
API Token Object (see
EF_CreateAPIToken
)
Value
Returns a data frame with the following columns:
- Date
`character` — Date of the lift (MM-DD-YYYY format)
- AthleteId
`numeric` — Unique athlete identifier (long)
- LastName
`character` — Athlete's last name
- FirstName
`character` — Athlete's first name
- Exercise
`character` — Name of the exercise performed
- AveragePower
`numeric` — Average power output (Watts)
- PeakPower
`numeric` — Peak power output (Watts)