ropensci / essurvey

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

Delete tempdir() file when only_download = FALSE #19

Closed cimentadaj closed 6 years ago

cimentadaj commented 6 years ago

When only_download = FALSE, ess_ funs create a tempdir() to store the data. I know that tempdir() is removed when a R session is restarted but make your sure you delete the temporary file with on.exit() because it will leave a cleaner version, especially because downloading all ess files are very heavy.

cimentadaj commented 6 years ago

My mistake, I already did this with the read_format_data helper function in ess_country.R