Skip to contents

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

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