ropensci / coder

Classification of Cases into Deterministic Categories
https://docs.ropensci.org/coder/
22 stars 4 forks source link

Force codedata object to have id as.character #26

Closed eribul closed 7 years ago

eribul commented 7 years ago

Even if it is actually a number it might be better to store it as character. It is otherwise not possible to merge with numeric versions sometimes used. Better to be consistent. Make this a requirement of codedata objects and coerce to character in all objects.