get.inf.meter.data: Get raw cumulative data from the Informatics Forum...

Description Usage Arguments Value Author(s) Examples

View source: R/meter-data.R

Description

Get raw cumulative data from the Informatics Forum electricity meter

Usage

1

Arguments

from

Date from which to collect data

to

Date to which to collect data

Value

Data frame with class cumulative containing the columns time and cumkwh cumulative energy up to that time in kWh. To allow conversion to hourly and daily formats there will be one measurement just before the from date and one just after the to date.

Author(s)

David Sterratt

Examples

1
2
res <- get.inf.meter.data("2014-04-30", "2014-05-01")
with(res, plot(time[-1], diff(cumkwh), type="l"))

ed9w2in6/infenergy documentation built on April 5, 2021, 12:50 p.m.