AtlasOfLivingAustralia / galah-R

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

Improve warning and error messages for `select_filters()` #93

Closed daxkellie closed 2 years ago

daxkellie commented 2 years ago

At the moment select_filters() returns uninformative errors, even for some relatively commons errors like incorrect field names (see issue #91). It would be worth updating error messages to be more informative to users when select_filters() fails

daxkellie commented 2 years ago

Better errors for incorrect field names are implemented thanks to cached field names functionality (#73)