fr_load_dw: fr_load_dw

Description Usage Arguments Value Examples

Description

This function returns the load (Electricity Demand) at a particular day in France. Data Source is RTE

Usage

1
fr_load_dw(dag, hour.freq = T)

Arguments

dag

a date object. this is the date for which the load data is downloaded

hour.freq

a logical object. this is to get hourly frequency if true

Value

a data.frame that has date and Load (numeric) data

Examples

1
2
fr_load_dw (Sys.Date(), hour.freq=T)
fr_load_dw ("2017-01-01") #date format is ymd

shma1/elforbrug documentation built on May 27, 2019, 7:46 a.m.