AtlasOfLivingAustralia / galah-R

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

Add urls to objects returned by `atlas_` functions #147

Closed mjwestgate closed 1 year ago

mjwestgate commented 2 years ago

De-bugging some functions in galah is challenging because it is not clear what url is constructed to enact a specific query. A simple solution is to get atlas_GET to return an attribute labelled url that contains this information.

mjwestgate commented 1 year ago

This is now solved in a different way by using collapse() and related functions (#183)