Closed guilhermejacob closed 7 years ago
Reproducible example:
First, build the package with best.effort = FALSE
.
Then run:
library(lodown)
catalog <- get_catalog( "censo_escolar" , output_dir = "D:/Censo Escolar" )
catalog <- subset( catalog , year == 2016 )
lodown( "censo_escolar" , catalog = catalog , path_to_7z = normalizePath( "~/7zip/7z.exe" ) )
It should break.
Is it ok, @ajdamico?
Some tables break
but work when
This is probably related to characters like ordinal indicators.
PS:
matricula
tables seems to be ok.