Description Usage Arguments Value References Examples
Get or set configuration options that control ALA4R behaviour
1 2 3 |
... |
Options can be defined using name = value. Valid options are:
|
For ala_config(), a list of all options. When ala_config(...) is called with arguments, nothing is returned but the configuration is set.
https://spatial.ala.org.au/layers-service/ this will eventually move to the api link
Invoking ala_config()
with no arguments returns a list with the
current values of the options.
ala_reasons()
returns a data frame with information describing the
valid options for download_reason_id
1 2 3 4 5 6 7 8 | ## Not run:
ala_config()
ala_config(caching = "off")
ala_reasons()
ala_config(download_reason_id = 0,verbose = TRUE)
ala_config("reset")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.