ropensci / coder

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

alternative way to specify regex and index in `as.classcodes` #130

Closed eribul closed 3 years ago

eribul commented 3 years ago

This is currently done by prefixing each of those columns with regex_ or index_. Thos should not be the default method since those names are no longer used in the output objects.

eribul commented 3 years ago

NEw method implemented and documented. Old method still works but is not documented since I would not recommend this method any more.