getOperatingReserveAuctions: getOperatingReserveAuctions

Description Usage Arguments Details Value Examples

View source: R/scrapeData.R

Description

This main function retrieves the operating reserve auction results from https://www.regelleistung.net/ext/tender/. The data contains all auctions from a given starting date till an end date. Be aware of the weekly data and take care of the latest week. It is already in the data table of the website but there is no downloadable data available.

Usage

1
getOperatingReserveAuctions(date_from, date_to, productId)

Arguments

date_from

the starting date to retrieve all auctions till NOW in the date format DD.MM.YYYY (e.g.'07.03.2017')

date_to

the end date to retrieve all auctions. Format DD.MM.YYYY (e.g.'07.03.2017')

productId

PRL (1), SRL (2), MRL (3), sofort abschaltbare Lasten (4), schnell abschaltbare Lasten (5), Prim<c3><a4>rregelleistung NL (6)

Details

———————————————————

Value

data.frame with the results of the auctions held from starting date till now

Examples

1
getOperatingReserveAuctions('07.03.2017', '2')

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