get_distance {fitbitr}R Documentation

Distance Time Series

Description

Resource path /activities/distance

Usage

get_distance(start_date, end_date)

Arguments

start_date

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

end_date

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

Value

A tibble with two columns: date and distance

Examples

## Not run: 
start_date <- lubridate::today() - lubridate::weeks(1)
end_date <- lubridate::today()
get_distance(date)

## End(Not run)


[Package fitbitr version 0.3.0 Index]