We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow your example I get an error
shp <- get_siane_map(obj = obj, level = level, year = year, canarias = canarias) Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv, : Cannot open file
The text was updated successfully, but these errors were encountered:
I believe you should change path_to_map function to
path_to_map <- function (codes) { paste("se89_3_admin", codes[1], "a", codes[2], sep = "_") }
Sorry, something went wrong.
If you use absolute path in register_siane your code works!!
Great! Thank you for the feedback. I will point it out on the function's documentation.
No branches or pull requests
Follow your example I get an error
The text was updated successfully, but these errors were encountered: