Description Usage Arguments Value Examples
Use argo_vars()
to extract variable information from a vector of
Argo NetCDF files in the form of one row per variable. Use
argo_read_vars()
for lower-level output from a single 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 variable and columns file
,
name
,size
, dim
, and att_*
for variable attributes.
1 2 3 | with_argo_example_cache({
argo_vars("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.