gie_lng_country | R Documentation |
Get the aggregated historical data export for for a specific country.
gie_lng_country(country_code, api_key = NULL, max_pages = 5000)
country_code |
Two digit country code. Ex: NL, DE, DK, SE, FI etc. |
api_key |
The default is NULL and searches for your GIE_PAT in you .Renviron file. |
{
library(gie)
de <- gie_lng_country("DE")
nl <- gie_lng_country("NL")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.