essurvey
essurvey copied to clipboard
Download data from the European Social Survey
The ESS [also offers multilevel data](http://www.europeansocialsurvey.org/data/multilevel/). Perhaps this could find its place in the package? I can try giving it a go if you like.
Currently when downloading the rounds you only get output messages for which round you're downloading, such as ```r Downloading ESS2 |=============================================================| 100% Downloading ESS4 |=============================================================| 100% Downloading ESS8 |=============================================================| 100%...
`ess_country` accepts a country name as a string, taken from `show_countries`. This is currently case insensitive, but an improvement could be to make it case insensitive avoiding the `show_countries` step.
The `show_rounds_country()` function takes a numeric vector of ESS rounds (as integers) and returns participating countries. It's not obvious from [the documentation](https://github.com/cimentadaj/ess/blob/master/R/show_any_rounds.R#L3-L4), however, whether the countries that are returned are...
Similar to every `show_` functions, a handy feature would be to also know the NUTS1, NUTS2 and other regional disaggregates for every country and wave. The problem is that the...