slp_info | R Documentation |
Information and examples on standard load profiles from the German Association of Energy and Water Industries (BDEW Bundesverband der Energie- und Wasserwirtschaft e.V.)
slp_info(profile_id, language = c("EN", "DE"))
profile_id |
load profile identifier, required |
language |
one of 'EN' (English), 'DE' (German) |
A list
https://www.bdew.de/energie/standardlastprofile-strom/
https://www.bdew.de/media/documents/2000131_Anwendung-repraesentativen_Lastprofile-Step-by-step.pdf
https://www.bdew.de/media/documents/Zuordnung_der_VDEW-Lastprofile_zum_Kundengruppenschluessel.pdf
slp_info("G5", language = "DE")
# multiple profile IDs are supported
slp_info(c("G0", "G5"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.