Retrieves the last ~7 days of overnight HRV data from the COROS dashboard endpoint.
Arguments
- auth
A
coros_authobject fromcoros_login().
Value
A tibble::tibble() sorted by date with columns:
- date
Calendar date (
Date).- hrv
Average overnight HRV (ms).
- baseline
Personal HRV baseline (ms).
- hrv_sd
Standard deviation of overnight HRV (ms).
See also
coros_daily_metrics() for a longer historical HRV series.
Examples
if (FALSE) { # interactive()
auth <- coros_login()
coros_hrv(auth)
}
