Returns the name of the cache file associated with the given URL. Note that this file may not actually exist, this function just provides the mapping from URL to filename

ala_cache_filename(url)

Arguments

url

string: the URL

Value

string: the file path and name

References

https://api.ala.org.au/

See also

ala_config for cache settings, particularly the cache directory

Examples

ala_cache_filename("https://biocache-ws.ala.org.au/ws/index/fields")
#> [1] "/var/folders/vj/3tg9x69j489f4c_28pvcyqq0010qw1/T//RtmpBeaOka/3b171660be082bfc39d3a216452ecd31"