CTN-0094 / DOPE

Drug Ontology Parsing Engine
https://ctn-0094.github.io/DOPE/
Other
21 stars 1 forks source link

Change return order of lookup() and update tests #13

Closed RaymondBalise closed 3 years ago

RaymondBalise commented 3 years ago

Currently lookup() returns the classification data and then the original word. Change the order of the vector and update the documentation.

0) Change the return DF to begin with the original word(s) 1) The man page should specify the columns returned 2) The unit tests should be updated to reflect the new df structure