View source: R/get_gielisting.R
| get_gielisting | R Documentation |
Function to download raw or parsed results for the countries,
companies and facilities available from the AGSI/ALSI+ API of GIE. The EIC codes
of the results can be used to in turn download the actual data
using get_giedata().
get_gielisting(
region = NULL,
country = NULL,
facilities = FALSE,
database = "agsi",
apikey = Sys.getenv("GIE_APIKEY")
)
region |
Character. The broader region you want results for (can be 'Europe' or 'Non-EU'). |
country |
Character. The country you want the results for (must be the |
facilities |
Logical. If TRUE, facility data will be added to the country or company results. |
database |
Character. The type of API you want to address ('agsi' or 'alsi'). |
apikey |
Character. Your personal API key. |
Data.frame with results
## Not run: get_gielisting(region = "Europe", country = "Germany", facilities = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.