Description Usage Arguments Value Examples
Use argo_info()
to extract scalar variables and global attributes
from a vector of Argo NetCDF files. Use argo_read_info()
to extract
variables from a previously-downloaded Argo NetCDF file.
1 |
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
|
quiet |
Use |
A tibble::tibble()
with one row per file. Columns containing
global attribute information are prefixed with att_
to differentiate
them from variables with zero dimensions.
1 2 3 | with_argo_example_cache({
argo_info("dac/csio/2900313/profiles/D2900313_000.nc")
})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.