| get_minutes_sedentary | R Documentation | 
Resource path /activities/minutesSedentary
get_minutes_sedentary(start_date, end_date)
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  | 
A tibble with two columns: date and minutes_sedentary
## Not run: 
start_date <- lubridate::today() - lubridate::weeks(1)
end_date <- lubridate::today()
get_minutes_sedentary(date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.