getOperatingReserveNeeds: getOperatingReserveNeeds

Description Usage Arguments Value Examples

View source: R/scrapeData.R

Description

This main function retrieves the operating reserve needs from https://www.transnetbw.de/de/strommarkt/systemdienstleistungen/regelenergie-bedarf-und-abruf. The resolution is 4sec. The function can take awhile since it has to download sever MBs of data. The oldest data that can be retrieved is July (07) 2010.

Usage

1
getOperatingReserveNeeds(startDate, endDate)

Arguments

date_from

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

date_to

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

Value

data.frame variable containing the operating reserve need table for the specified time period

Examples

1
getOperatingReserveNeeds("30.12.2015", "02.01.2016")

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