Learn R Programming

fitbitr (version 0.3.0)

get_activity_summary: Activity Summary

Description

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

Usage

get_activity_summary(date)

Value

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

Arguments

date

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

Examples

Run this code
if (FALSE) {
date <- lubridate::today()
get_activity_summary(date)
}

Run the code above in your browser using DataLab