edwindj / cbsodataR

Statistics Netherlands (CBS) OpenData API Client for R
https://edwindj.github.io/cbsodataR
32 stars 12 forks source link

`cbs_get_data` argument `typed=FALSE` not working correctly #38

Closed edwindj closed 4 months ago

edwindj commented 4 months ago

Using typed=FALSE should result in character columns only, but is not the case. This can be mitigated by using cbs_download_table and proces the csv by your self. Thanks to @guyhill for reporting.