Skip to contents

Daily aggregated data

Usage

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

Arguments

deviceId

integer. A device identification code (id).

begin

character. Start date. Use the format day/month/year. Example: 20/09/2024

end

character. End date. Use the format day/month/year. Example: 20/09/2024

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.