Return sci name instead of common name?
Closed this issue · 2 comments
Right now if all the species are being pulled the default is to only return common names. It might be useful to alternatively return the scientific name, or both. Lines I'm thinking about (110-126):
I have been thinking the same thing. I will add this change to my work in the "pull" branch.
Both the common and scientific names are now returned in new pull functions (pull request #80): pull_catch, pull_bio, pull_haul, pull_biological_samples. The original pull functions (PullBio, PullCatch, PullHaul) have not been modified to include this change. The current plan is to have the old and new pull functions available in the package for user continuity for the moment with the next step at some time in the future to modify the old pull function to internally call the new functions with a deprecation warning encouraging users to move to the new functions.