Description Usage Arguments Value Examples
Makes a call to the Datenguide GraphQL API and returns the results.
1 2 3 4 |
region_id |
Character string containing the ID of a specific region. |
stat_name |
Character string containing the name of the main statistic. Please see dg_descriptions for a full list. |
year |
Numeric year(s) for which you want to retrieve the data. |
substat_name |
Character string containing the name of the sub-statistic. Please see dg_descriptions for a full list. Defaults to all available sub-statistics if not specified. |
parameter |
Character string containing the name(s) of the parameter(s) you want to retrieve. Please see dg_descriptions for a full list. Defaults to all available parameters if not specified. |
ipp |
Number that defines the items per page for queries with multiple regions. Default is 150. |
nuts_nr |
Number defining the NUTS level. 1 refers to NUTS-1, 2 to NUTS-2, and 3 to NUTS-3. |
lau_nr |
Number defining the LAU level. (At the moment it can only be 1.) |
parent_chr |
Character string containing the ID of a super-region to which query should be restricted. Should be a region of higher order than nuts_nr oder lau_nr. |
full_descriptions |
If |
page_nr |
Page number. |
long_format |
If |
Data frame containing the requested data
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.