AtlasOfLivingAustralia / galah-R

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

Wrap writing to cache file in a tryCatch #70

Closed matildastevenson closed 3 years ago

matildastevenson commented 3 years ago

Currently if caching=TRUE and the data downloads successfully but there is an error writing to the cache file, the data won't be returned at all. It would be better to wrap the writing to cache in a tryCatch and to provide a helpful warning message if it fails.