Hourly aggregated data
data_hourly.Rd
Hourly aggregated data
Arguments
- deviceId
integer. A device identification code (id).
- begin
character. Start date and time. Use the format
day/month/year hour
. Example:20/09/2024 09
- end
character. End date and time. Use the format
day/month/year hour
. Example:20/09/2024 09
- as_list
logical. If
TRUE
the function will return a list, otherwise, a tibble.