AtlasOfLivingAustralia / galah-R

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

Inconsistent data returned for cached/non-cached calls`ala_counts()` #47

Closed matildastevenson closed 3 years ago

matildastevenson commented 3 years ago

With ala_config(caching = TRUE), running ala_counts(group_by = "year") initially returns a data.frame where the year column is a character. Running ala_counts(group_by = "year") for the second time then uses the cached file and returns a data.frame where the year column is an integer While this is a minor bug, it would be good to iron out the inconsistency.