get_eurostat_interactive | R Documentation |
A simple interactive helper function to go through the steps of downloading and/or finding suitable eurostat datasets.
get_eurostat_interactive(code = NULL)
code |
A unique identifier / code for the dataset of interest. If code is not
known |
This function is intended to enable easy exploration of different eurostat
package functionalities and functions. In order to not drown the end user
in endless menus this function does not allow for setting
all possible get_eurostat()
function arguments. It is possible to set
time_format
, type
, lang
, stringsAsFactors
, keepFlags
, and
use.data.table
in the interactive menus.
In some datasets setting these parameters may result in a
"Error in label_eurostat" error, for example:
"labels for XXXXXX includes duplicated labels in the Eurostat dictionary".
In these cases, and with other more complex queries, please
use get_eurostat()
function directly.
get_eurostat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.