scrape_epex: Function scraping various spotprices and volumes from the...

Description Usage Arguments Value

View source: R/data_treatment.R

Description

Function scraping various spotprices and volumes from the Epexspot website

Usage

1
2
scrape_epex(from_date, to_date, country = "DE", market = "Spot",
  contract = "H", filter_missing = TRUE, cores = 8L)

Arguments

from_date

A string with the start date of the desired series

to_date

A string with the end date of the desired series

country

A string with the desired country iso id. Takes the values DE, FR and CH. Default is DE.

market

A string indicating market type. Takes the values Spot and Intraday. Deafult is Spot.

contract

A string indicating contract type for intraday. Take the values H and Q. Default is H.

filter_missing

A bolean, determining wether or not to replace missing values.

Value

a dataframe containing the dates, hours, spot and volumes


AKLLaursen/svmfortopic documentation built on May 5, 2019, 11:30 a.m.