get_activity_summary {fitbitr}R Documentation

Activity Summary

Description

See https://dev.fitbit.com/build/reference/web-api/activity/ for more details.

Usage

get_activity_summary(date)

Arguments

date

The date of records to be returned in "yyyy-mm-dd" or date(time) format

Value

A tibble with the date and a number of activity summary metrics for the day.

Examples

## Not run: 
date <- lubridate::today()
get_activity_summary(date)

## End(Not run)

[Package fitbitr version 0.3.0 Index]