Learn R Programming

ALA4R (version 1.9.1)

ala_cache_filename: 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

Description

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

Usage

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

Run this code
# NOT RUN {
ala_cache_filename("https://biocache-ws.ala.org.au/ws/index/fields")

# }

Run the code above in your browser using DataLab