gie_lng_country: Get the aggregated historical data export for for a specific...

View source: R/gie_country.R

gie_lng_countryR Documentation

Get the aggregated historical data export for for a specific country.

Description

Get the aggregated historical data export for for a specific country.

Usage

gie_lng_country(country_code, api_key = NULL, max_pages = 5000)

Arguments

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.

Examples

{

library(gie)

de <- gie_lng_country("DE")
nl <- gie_lng_country("NL")

}


krose/gie documentation built on June 29, 2023, 1:29 a.m.