Open danse opened 7 years ago
It is possible to easily grep database with something like:
write.csv(get_eurostat_toc(), 'toc.csv')
This is an handy way to list data with NUTS 3 granularity:
library(knitr)
kable(search_eurostat('NUTS 3'))
Collecting here some notes about navigating the databases from Eurostat, with the idea to collect this into some doc file in the end. See also danse/meta#23