getOperatingReserveCalls: getOperatingReserveCalls

Description Usage Arguments Value Examples

View source: R/scrapeData.R

Description

This main function retrieves the operating reserve calls from https://www.regelleistung.net/ext/data/.

Usage

1
getOperatingReserveCalls(date_from, date_to, uenb_type, rl_type)

Arguments

date_from

sets the starting date in format: DD.MM.YYYY

date_to

sets the ending date in format: DD.MM.YYYY

uenb_type

[50Hz (4), TenneT (2), Amprion (3), TransnetBW (1), Netzregelverbund (6), IGCC (11)]

rl_type

[SRL, MRL, RZ_SALDO, REBAP, ZUSATZMASSNAHMEN, NOTHILFE]

Value

data.frame variable containing the operating reserve call table

Examples

1
getOperatingReserveCalls('07.03.2017', '14.03.2017', '4', 'SRL')

wagnertimo/rmarketcrawlR documentation built on May 3, 2019, 7:37 p.m.