Skip to content
/ entsoeR Public

use the krose/entsoeapi package instead.

Notifications You must be signed in to change notification settings

krose/entsoeR

Repository files navigation

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

About

use the krose/entsoeapi package instead.

htttps://github.com/krose/entsoeapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages