traitecoevo / APCalign

R package for accessing, matching and updating species names of Australian flora
https://traitecoevo.github.io/APCalign/
Other
4 stars 6 forks source link

Rename column names (apc_name and taxonomic_status_of_aligned_name) #93

Closed fontikar closed 1 year ago

fontikar commented 1 year ago

accepted_name (no authorship), and also display scientific_name (with authorship) in the output table of create_taxonomic_update_lookup

fontikar commented 1 year ago

Might also be a good time to also rename taxonomic_status_of_aligned_name to update_reason

ehwenk commented 1 year ago

I think we have to retain the term taxonomic_status (in some capacity) - that is an official taxonomic term (https://dwc.tdwg.org/terms/#dwc:taxonomicStatus)

wcornwell commented 1 year ago

what about full = TRUE retains the APC terminology exactly and full=FALSE uses

   original_name,
        aligned_name,
        updated_name = canonical_name,
        aligned_reason,
        updated_reason = taxonomicStatusClean

???

wcornwell commented 1 year ago

APC column names in this context are:

Screenshot 2023-08-08 at 4 10 14 pm
wcornwell commented 1 year ago

should i add scientificNameAuthorship to full = FALSE ?