gie_gas_eic: Get the historical data export for for a specific company...

View source: R/gie_eic.R

gie_gas_eicR Documentation

Get the historical data export for for a specific company within a country.

Description

Get the historical data export for for a specific company within a country.

Usage

gie_gas_eic(country_code, eic_code, api_key = NULL, max_pages = 3)

Arguments

country_code

Two digit country code. Ex: NL, DE, DK, SE, FI etc.

eic_code

The 21 digit eic code of the company as found on the API page.

api_key

The default is NULL and searches for your GIE_PAT in you .Renviron file.

max_pages

Maximum number of pages.

Examples


library(tidyverse)
library(gie)

head(gie_gas_eic("AT", "25X-GSALLC-----E"))


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