Description Usage Arguments Value
View source: R/argo-download.R
Download Argo data files
1 2 3 4 5 6 7 8 9 | argo_download(path, download = NULL, async = NULL, quiet = FALSE)
argo_download_aux(path, download = NULL, async = TRUE, quiet = FALSE)
argo_should_download(
path,
max_global_cache_age = getOption("argodata.max_global_cache_age", Inf),
max_data_cache_age = getOption("argodata.max_data_cache_age", Inf)
)
|
path |
A path relative to the root directory of
|
download |
A logical vector indicating whether or not
a file should be downloaded. Defaults to the value of
|
async |
Use |
quiet |
Use |
max_global_cache_age, max_data_cache_age |
The maximum age in hours
to keep cached files. Use |
A vector of cached filenames corresponding to path
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.