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

View source: R/gie_company_eic.R

gie_lng_company_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_lng_company_eic(
  country_code,
  company_code,
  api_key = NULL,
  max_pages = 5000
)

Arguments

country_code

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

company_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 pages. Defaults to 5000 to get all pages.

Examples


library(gie)

eic <- gie_lng_company_eic(country_code = "DE",
                           company_code = "21X000000001368W")



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