edwindj / cbsodataR

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

`cbs_get_meta`: default selection which includes a substring of is not parsed correctly #39

Closed edwindj closed 4 months ago

edwindj commented 4 months ago
d <- cbs_get_meta("85655NED")
print(d)

does not equal

d$TableInfos$DefaultSelection

Thanks to @guyhill for reporting