Skip to contents

Retrieves the last ~7 days of overnight HRV data from the COROS dashboard endpoint.

Usage

coros_hrv(auth)

Arguments

auth

A coros_auth object from coros_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)
}