Pyry Kantanen
Pyry Kantanen
Currently different geospatial datasets have the following columns: | year / variable | 2003 | 2006 | 2010 | 2013 | 2016 | 2021 | |--------------|------|------|------|------|------|------| | id | x...
Currently search_eurostat can retrieve the following items: 'dataset', 'folder', 'table' (or 'all' of them). get_eurostat function can download datasets and tables but not folders. This has led to some confusion...
Downloading data from PRODCOM and COMEXT should be quite similar to downloading datasets from Eurostat database and implementing basic functionalities to download and handle these datasets should be straightforward. The...
The following query does not return any error message: ``` > eurostat::get_eurostat("road_go_ia_rc", filters=list(unit = c("THS_T")), cache = FALSE) Error in get_eurostat_json(id, filters, type, lang, stringsAsFactors, : ``` Obviously it should...
eurostat package cheatsheet that is included in RStudio's [Contributed Cheatsheets](https://rstudio.github.io/cheatsheets/contributed-cheatsheets.html) page has been last updated on 2019-11-06: https://rstudio.github.io/cheatsheets/eurostat.pdf We should check its contents, see if all examples still work and...
**Executive summary:** - Maybe pxweb package could include functions for calculating hashes for queries and downloaded datasets? - Otherwise taking into account or acknowledging the WGDC recommendations might be helpful...