Closed mjaffri closed 3 years ago
could you investigate debug(lodown:::lodown_pns)
a bit and maybe submit a pull request? thanks
If I did it right, it's telling me this: Browse[2]> c Error in nrow(catalog) : argument "catalog" is missing, with no default Error in print(catalog) : argument "catalog" is missing, with no default
maybe submit a pull request with the fix?
I would, but I don't have a fix.
Does anyone have an idea for a solution?
Running >library(lodown) +lodown( "pns" , output_dir = file.path( path.expand( "~" ) , "PNS" ) )
gives me the following error: Error in function (type, msg, asError = TRUE) : Server denied you to change to the given directory
Running this with different survey data, like PNAD, works fine, though.