rpradosiqueira / sidrar

A R interface to IBGE's SIDRA API
87 stars 11 forks source link

Error whenever I try to pull data #14

Closed gabubell closed 3 years ago

gabubell commented 3 years ago

I have three scripts that were working recently. Today I've tried to add more years to them and pull data, but all of them returned the same error, even when I dont make any modification.

I've also tried to use the example in the Vignettes but I was unsuccessful.

The error message: Error in if (strsplit(path, " ")[[1]][2] == "P") { : missing value where TRUE/FALSE needed

rpradosiqueira commented 3 years ago

See #10, #12 and #13.

gabubell commented 3 years ago

@rpradosiqueira I've tried to update 'sidrar' before posting this issue and after you close it, as you showed in the #13, but it didnt work! To fix the problem one should use the other repo: ("siqueira-ec/sidrar")