R/ala_cache_filename.R
ala_cache_filename.Rd
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)
url | string: the URL |
---|
string: the file path and name
ala_config
for cache settings, particularly the cache
directory
ala_cache_filename("https://biocache-ws.ala.org.au/ws/index/fields")#> [1] "/var/folders/vj/3tg9x69j489f4c_28pvcyqq0010qw1/T//RtmpBeaOka/3b171660be082bfc39d3a216452ecd31"