get_activity_summary | R Documentation |
See https://dev.fitbit.com/build/reference/web-api/activity/ for more details.
get_activity_summary(date)
date |
The date of records to be returned in "yyyy-mm-dd" or date(time) format |
A tibble with the date
and a number of activity summary metrics for the day.
## Not run:
date <- lubridate::today()
get_activity_summary(date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.