ropensci / coder

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

Accept case datasets without dates #35

Closed eribul closed 6 years ago

eribul commented 6 years ago

Should be possible to ignore date column in the to/.data argument to the add function. In this case there should be no checks against dates.

eribul commented 6 years ago

This should be handled by codify

eribul commented 6 years ago

Then we do no longer need column named code_date in as.codedate. But we will keep it in fix_possible_pardata since we should have it from there. Remove from 'check_codedata' as well.