README.md

infenergy

Informatics energy R package

~edit: This is a private fork (Please Make sure this is true!).~ forked from: davidcsterratt/infenergy

modified

requirements

Most data are accessable, most functions are usable except get.uni.half.hourly.data because:

## .
## .
## .
get.uni.half.hourly.data <- function(from, to) {
  from <- as.POSIXlt(from, tz="GMT")
  to <- as.POSIXlt(to, tz="GMT")

  files <- list.files("/home/sterratt/admin/inf-energy/data/uni-hh/", "\\.csv$",
                      full.names=TRUE)
## .
## .
## .            

As we can see right of access to the directories along the path /home/sterratt/admin/inf-energy/data/uni-hh/ is required. And thus this function can only be used at DICE

Installation

Requires the accessibility of this repository to be set to "public" 1. Start R 2. Type the following:

# run `install.packages("devtools")` if `devtools` is not installed.
library(devtools)
install_github("ed9w2in6/infenergy")
library(infenergy)
example("get.inf.meter.data")

Un-installation

  1. Start R
  2. Type the following:
library(devtools)
remove.packages("infenergy")


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