microdadosBrasil icon indicating copy to clipboard operation
microdadosBrasil copied to clipboard

Erro ao abrir a PNAD 1976

Open antrologos opened this issue 6 years ago • 0 comments

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?

antrologos avatar Oct 02 '18 14:10 antrologos