gie_load | R Documentation |
Function to download data from GIE's AGSI+ and ALSI+ API
gie_load(
country,
company = NULL,
facility = NULL,
from = NULL,
to = NULL,
date = NULL,
size = 30,
timeout = 3,
database = "agsi",
verbose = FALSE,
apikey = Sys.getenv("GIE_APIKEY")
)
country |
Character. Specify the country of interest as two-digit country code (e.g., 'DE', 'IE'). |
company |
Character. EIC code for the requested company. |
facility |
Character. EIC code for the requested facility. |
from |
Character. Specify the start of the time span you are |
to |
Character. Specify the end of the time span you are |
date |
Character. If you want to have data only for one date. |
size |
Integer. The number of results per page. |
timeout |
Numeric. If the amount of pages of your request exceeds 60, a timeout |
database |
Character. The type of API you want to address ('agsi' or 'alsi'). |
verbose |
Logical. Prints information on function progress to the console (default: FALSE). |
apikey |
Character. Your personal API key. |
A data.frame or list with the results.
## Not run:
gie_load(country = "DE", date = "2022-01-03", database = "alsi")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.