Janne Huovari
Janne Huovari
The `label_eurostat` doesn't handle NA codes. For example citizen dic. See #98 .
We should add an error message for missing dictionary to get_eurostat_dic. See #178
Modify the split character in break.clean() to fix #3 . Currently split is done with "-character. That leaves extra levels which are dropped. Dropping extra levels drops also blank levels,...
At least Statistics Finland's px-files sometimes contains blank (" ") values in VALUES and CODES. Currently, `break.clean()` do remove those values, which leads to an error, as data and varnames...