lucasmation / microdadosBrasil

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

Erro ao abrir a PNAD 1976 #176

Open antrologos opened 6 years ago

antrologos commented 6 years ago

Estou executando as seguintes linhas de comando:

download_sourceData("PNAD", i = 1976, unzip = T, replace = T)
pnad_tmp <- read_PNAD(ft = "pessoas", i = 1976)

O download dos dados ocorre normalmente. Mas no segundo passo, o comando read_PNAD apresenta o seguinte erro:

You haven't specified neither the 'root_path' nor ther 'file' parameters to the function. in this case we will assume that data is in your working directory and the files are named exactly as they have been downloaded from the source.

Error in read_data(dataset = "PNAD", ft, i, root_path = root_path, file = file, : Data not found. Check if you have unziped the data

Como não fiz nenhuma alteração de diretório no "download_sourceData", isso não deveria estar ocorrendo , certo?