Description Usage Arguments Value
Fetch the complete OBIS dataset
1 2 3 4 5 6 7 | fetch_obis(
uri = query_obis(),
path = get_root(),
timeout = 600,
unpack = TRUE,
...
)
|
uri |
charcater, the URL of the file to fetch - see |
path |
character, the path (directory to save data to) |
timeout |
integer, the timeout to set (system default is 60s, but we set default here to 600s) |
unpack |
logical, if TRUE unzip the file which will overwrite prior instances of 'occurrence.csv' |
... |
other arguments for |
named integer, 0 for success, name is of the output file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.