README.md

entsoeR

USE THE entsoeapi PACKAGE INSTEAD OF THIS ONE. THIS PACKAGE WILL NOT GET UPDATED.

entsoeR wraps the API from Entso-e.

The API returns some very un-tidy xml and these are made as tidy as possible, but

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.