AtlasOfLivingAustralia / galah-R

Query living atlases from R
https://galah.ala.org.au
38 stars 3 forks source link

`?search_taxa()` doesn't return correct help documentation #241

Open daxkellie opened 2 weeks ago

daxkellie commented 2 weeks ago

search_taxa() has more bespoke functionality to other search_all() functions because searching taxonomy is a little more complex. It should have its own documentation to help users that we wrote specifically for it (and search_identifiers().

When running ?search_taxa(), this documentation no longer appears, and instead the search_all() documentation is shown. Odds are search_taxa() has accidentally been filed under the search_all() documentation when it shouldn't be.

daxkellie commented 1 week ago

This was most likely the last version of the documentation: https://github.com/AtlasOfLivingAustralia/galah-R/blob/030357197bda142cb60beb749c73fd2fb215addd/R/search_taxa.R