AtlasOfLivingAustralia / galah-R

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

Rename `ala_` functions to `atlas_` functions #103

Closed daxkellie closed 2 years ago

daxkellie commented 2 years ago

The last version of galah implemented the ability to download data from international atlases as well as from the Atlas of Living Australia using the ala_ functions. It may be more fitting to change the prefix of ala_ functions to atlas_ to reflect this ability:

ala_counts <- atlas_counts
ala_occurrences <- atlas_occurrences
ala_species <- atlas_species
ala_media <- atlas_media

/cc @mjwestgate