Now that manypkgs has been renamed, references to qIDs are still present in the package in the functions condence_qID() and code_agreements(), and in the cheatsheet. However, this would need to be changed in order to be aligned with the rest of the package. One solution could be to apply different ID names according to the object type.
For example
Agreements could have a "treaty_ID" instead of "qID" through code_agreements().
States could have a "state_ID" through code_states().
The coloumn "source_ID" could be the original ID that are still present in many datasets (instead of currently having IEADB_ID, ECOLEX_ID).
What do you think @henriquesposito ? or @jhollway ?
Now that manypkgs has been renamed, references to qIDs are still present in the package in the functions
condence_qID()
andcode_agreements()
, and in the cheatsheet. However, this would need to be changed in order to be aligned with the rest of the package. One solution could be to apply different ID names according to the object type.For example
code_agreements()
.code_states()
.What do you think @henriquesposito ? or @jhollway ?