powered by
Resource path /activities/floors
get_floors(start_date, end_date)
A tibble with two columns: date and floors
date
floors
The start date of records to be returned in "yyyy-mm-dd" or date(time) format
The end date of records to be returned in "yyyy-mm-dd" or date(time) format
if (FALSE) { start_date <- lubridate::today() - lubridate::weeks(1) end_date <- lubridate::today() get_floors(date) }
Run the code above in your browser using DataLab