open-europe / mur

0 stars 0 forks source link

Database navigation #3

Open danse opened 7 years ago

danse commented 7 years ago

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

danse commented 7 years ago

It is possible to easily grep database with something like:

write.csv(get_eurostat_toc(), 'toc.csv')
danse commented 7 years ago

This is an handy way to list data with NUTS 3 granularity:

library(knitr)
kable(search_eurostat('NUTS 3'))