mountainMath / cancensus

R wrapper for calling CensusMapper APIs
https://mountainmath.github.io/cancensus/index.html
Other
82 stars 15 forks source link

fix problem with api key and remove funky warning #163

Closed mountainMath closed 3 years ago

mountainMath commented 3 years ago

There was a problem with the API key set via options not getting picked up, this fixes it.

There was also a funky warning message about unknown column 't'. This happened under some circumstances in the transform_geo() function, which now got cleaned up in an extensive reorganization.