AtlasOfLivingAustralia / galah-R

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

Make `show_all_fields` function #114

Closed daxkellie closed 2 years ago

daxkellie commented 2 years ago

Following issue #112 :

search_fields currently returns every field when provided with a blank argument. To be consistent with the behaviour of select_taxa, search_fields should be edited to return nothing when provided with a blank argument.

A new function show_all_fields will then be added to return a data frame of all fields, like other show_all_ functions.