make_five_min_approximation | R Documentation |
Approximate LENA's 5min.csv output
make_five_min_approximation(its_xml)
its_xml |
XML object created by |
a tibble with at least these four columns: interval_start, interval_end, AWC.Actual, CTC.Actual, CWC.Actual
# Download the example ITS file (code from rlena's README)
url <- paste0("https://cdn.rawgit.com/HomeBankCode/lena-its-tools/",
"master/Example/e20160420_165405_010572.its")
tmp <- tempfile()
download.file(url, tmp)
its <- rlena::read_its_file(tmp)
make_five_min_approximation(its_xml = its)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.