knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

entsoeR

entsoeR wraps the API from Entso-e.

The API returns some very un-tidy xml files and these are made as tidy as possible. However, the output is still rather complicated as there are nedsted data.frames in list columns.

Installation

To get an API key, you must follow the instructions here.

When you have got the API key, it's recommended to save it to your .Renviron file as shown below. The package will search for the key, so you don't have to add it to all your scripts.

ENTSOE_PAT = "<ENSTO-E-API-KEY>"

You can install entsoeR from github with:

# install.packages("devtools")
devtools::install_github("krose/entsoeR")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


krose/entsoeR documentation built on Oct. 10, 2020, 4:35 p.m.