eg_agg: Get aggregate data.

View source: R/eg_operationaldata.R

eg_aggR Documentation

Get aggregate data.

Description

All the connections between transmission system operators and their respective balancing zones

Usage

eg_agg(
  indicator = NULL,
  periodType = NULL,
  from = NULL,
  to = NULL,
  countryKey = NULL,
  countryLabel = NULL,
  operatorKey = NULL,
  tsoEicCode = NULL,
  operatorLabel = NULL,
  pointKey = NULL,
  pointLabel = NULL,
  tsoItemIdentifier = NULL,
  adjacentSystemsKey = NULL,
  adjacentSystemsLabel = NULL,
  directionKey = NULL,
  timeZone = "CET",
  limit = -1
)

Arguments

indicator

Indicator

periodType

Period type.

countryKey

Country key. BE, DE, DK etc.

countryLabel

Country Label. Germany, Belgium, etc.

operatorKey

Operator key.

tsoEicCode

TSO EIC code.

operatorLabel

Operator Label.

pointKey

Point Key.

pointLabel

Point Label.

tsoItemIdentifier

TSO Item Identifier.

adjacentSystemsKey

Adjacent Systems Key.

adjacentSystemsLabel

Adjacent Systems Label

directionKey

Direction Key.

limit

Limit. -1 for unlimited.

periodFrom

Period from.

periodTo

Period to.

timezone

Time zone.


krose/entsog documentation built on Jan. 21, 2023, 7:53 p.m.