You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CzechData::load_RUIAN_settlement("547999", "adresni body")
## Error in nchar(x) : invalid multibyte string, element 3
This is due to an obscure bug in tidyverse/readr#1136 (or at least I think it's a bug). It can be worked around by explicitly setting the data type for columns in read_delim() at
For example
This is due to an obscure bug in tidyverse/readr#1136 (or at least I think it's a bug). It can be worked around by explicitly setting the data type for columns in
read_delim()
atCzechData/R/load_RUIAN.R
Line 169 in d7271b5
(Reading all columns as characters might be OK, or only those starting with "Název".)
Happy to do a PR if you are interested.
The text was updated successfully, but these errors were encountered: