sbdi_config | R Documentation |
Get or set configuration options that control SBDI4R behaviour
List valid download reasons
sbdi_config(...)
ala_config(...)
sbdi_reasons()
... |
Options can be defined using name=value. Valid options are:
|
For sbdi_config(), a list of all options. When sbdi_config(...) is called with arguments, nothing is returned but the configuration is set.
https://api.biodiversitydata.se/
https://spatial.biodiversitydata.se/layers/ this will eventually move to the api link
Invoking sbdi_config()
with no arguments returns a list with the current values of the options.
sbdi_reasons()
returns a data frame with information describing the valid options for download_reason_id
## Not run:
sbdi_config()
sbdi_config(caching="off")
sbdi_config()
sbdi_config(download_reason_id=0,verbose=TRUE)
sbdi_config("reset")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.