View source: R/gie_company_eic.R
| gie_lng_company_eic | R Documentation | 
Get the historical data export for for a specific company within a country.
gie_lng_company_eic(
  country_code,
  company_code,
  api_key = NULL,
  max_pages = 5000
)
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.  | 
library(gie)
eic <- gie_lng_company_eic(country_code = "DE",
                           company_code = "21X000000001368W")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.