lucasmation / microdadosBrasil

Reads most common Brazilian public microdata (CENSO, PNAD, etc) easy and fast
163 stars 59 forks source link

Error in running the download_sourceData("PnadContinua", i = "2014-4q", unzip = T) command #197

Open dimplemehta14 opened 3 years ago

dimplemehta14 commented 3 years ago

I have been getting several error messages while running the download_sourceData("PnadContinua", i = "2014-4q", unzip = T) command. Error statement: In download.file(link, destfile = dest.files, mode = "wb") : InternetOpenUrl failed: '' trying URL 'ftp://ftp.ibge.gov.br/Trabalho_e_Rendimento/Pesquisa_Nacional_por_Amostra_de_Domicilios_continua/Trimestral/Microdados/2014/PNADC_042014_20190516.zip' When I check the metadata, I figured this is because the download_path has references to zip files which don't exist anymore. Could you please help me with this?