NOTE: 1 sets includePaperless to true, and 0 sets it to false. If you don’t specify reportDate, the current date will be used. If you don’t specify includePaperless, the option will be set to true.
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:
- Date
`character` — Date of the lift (MM-DD-YYYY format)
- Time
`character` — Time the lift was performed (HH:MM)
- 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
- SetNumber
`integer` — Set number within the session
- RepsAssigned
`integer` — Number of repetitions assigned
- RepsCompleted
`integer` — Number of repetitions completed
- LoadFactor
`numeric` — Load factor used in the lift
- ActualWeight
`numeric` — Actual weight lifted (kg)
- AverageVelocity
`numeric` — Average bar velocity (m/s)
- PeakVelocity
`numeric` — Peak bar velocity (m/s)
- AveragePower
`numeric` — Average power output (W)
- PeakPower
`numeric` — Peak power output (W)
- ActualRest
`integer` — Rest duration before the lift (seconds)
- ReactionTimeInMS
`integer` — Reaction time before lift initiation (milliseconds)
- Work
`numeric` — Total work performed during the rep (Joules)