powered by
See https://dev.fitbit.com/build/reference/web-api/activity/ for more details.
get_activity_summary(date)
A tibble with the date and a number of activity summary metrics for the day.
date
The date of records to be returned in "yyyy-mm-dd" or date(time) format
if (FALSE) { date <- lubridate::today() get_activity_summary(date) }
Run the code above in your browser using DataLab