See the API documentation for more detailed explanations of parameters and more usage information and examples.
get_intraday_time_series(
resource = c("active-zone-minutes", "calories", "distance", "elevation", "floors",
"heart", "steps"),
date,
detail_level,
start_time,
end_time
)A tibble with two columns: time and {{resource}}
The resource to get
A date to get data for
The detail level. One of "1min", "5min", or "15min"
The start time of the time window. Default: NULL gets the whole day
The end time of the time window. Default: NULL gets the whole day