ropensci / essurvey

Download data from the European Social Survey
https://docs.ropensci.org/essurvey
Other
49 stars 9 forks source link

Integrated sample design data file (SDDF) #9

Closed djhurio closed 5 years ago

djhurio commented 6 years ago

It would be useful to make a function or functions for downloading Integrated sample design data files (SDDF) from the ESS website. They are useful for computing sampling errors. This is an example of SDDF for the round 7.

cimentadaj commented 5 years ago

I've just pushed to master an addition to read rounds which come in the integrated SDDF files (> 7). This should wrap the issue up. I've tried to test it thoroughly but I might be missing something. If you'd like to test them in your workflow (much appreciated), install with devtools::install_github("ropensci/essurvey") and the final functions are show_sddf_cntrounds(), import_sddf_country() and download_sddf_country().

I will give these about 1 month or so until rolling out the new version of essurvey to CRAN.