ipeaGIT / geobr

Easy access to official spatial data sets of Brazil in R and Python
https://ipeagit.github.io/geobr/
789 stars 118 forks source link

Fixes for readr 2.0.0 #257

Closed jimhester closed 3 years ago

jimhester commented 3 years ago

readr 2.0.0 requires literal data to be marked with I() when passed to the reading function. Also the way that name repair happens has changed, so X1 and X6 are no longer the correct names.

Removing the columns by position rather than name solves this second issue.

rafapereirabr commented 3 years ago

Thank you, Jim! This is much appreciated.