-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
55 lines (38 loc) · 1.48 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# energypro
<!-- badges: start -->
[![R-CMD-check](https://github.com/BirgerNi/energypro/workflows/R-CMD-check/badge.svg)](https://github.com/BirgerNi/energypro/actions)
[![lint](https://github.com/BirgerNi/energypro/workflows/lint/badge.svg)](https://github.com/BirgerNi/energypro/actions)
[![test-coverage](https://codecov.io/gh/BirgerNi/energypro/branch/main/graph/badge.svg)](https://app.codecov.io/gh/BirgerNi/energypro?branch=main%29)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
`energypro` converts output from
[energypro](https://www.emd-international.com/energypro/) to tidy tibbles.
# Installation
You can install the development version of `energypro` from GitHub.
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("BirgerNi/energypro")
```
# Usage
```{r}
library(energypro)
read_energypro("tests/testthat/pellet_pv.csv")
```
# Data Structure
![](man/figures/energy-flows.png)
## Backlog
* [x] Basic tibble w/ data to estimate co2-emission
* [ ] Add clipboard support
* [ ] split up heat generation for primary energy factor
* [ ] split up heat generation for share renewable energy
* [ ] handle chp and pv/wind (hourly data needed)