AtlasOfLivingAustralia / galah-R

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

Use `tibble` for outputs #118

Closed daxkellie closed 2 years ago

daxkellie commented 2 years ago

With our push to embrace dplyr syntax, it may be best to return tibbles not only in show_all_fields (#110), but for all functions that return a data.frame for consistency. Old syntax will remain as before and return data as a data.frame