Skip to contents

Hourly aggregated data

Usage

data_hourly(deviceId, begin, end, as_list = FALSE)

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.

Value

a list or a tibble, depending on the as_list argument.