get.ups.hourly: Get hourly data from the Informatics UPS logs

Description Usage Arguments Value Author(s)

View source: R/ups-data.R

Description

Get hourly data from the Informatics UPS logs

Usage

1
2
get.ups.hourly(from, to, upss = c("forumA", "forumB"),
  infer.missing.data = TRUE, ...)

Arguments

from

Date from which to collect data

to

Date to which to collect data

upss

Vector of UPSs from which to collect data

infer.missing.data

If one UPS in upss returns NA and the other doesn't try to infer the value of the missing UPS by assuming it is the same as the functioning UPS.

...

Arguments passed to get.single.ups.hourly

Value

Data frame with columns Time (the centre of the time period) and kWh (energy use in kWh in the hour centred on Time)

Author(s)

David Sterratt


davidcsterratt/infenergy documentation built on Sept. 20, 2019, 4:20 a.m.