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

View source: R/gie_country.R

gie_gas_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_gas_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.

max_pages

Maximum number of pages to download. Defaults to 5000 to get all.

Examples

{

library(gie)

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

}


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