Description Usage Arguments Value Examples
Use argo_vars()
to extract variable information fromm an Argo NetCDF file
in the form of one row per variable.
1 | argo_read_vars(file, vars = NULL, quiet = FALSE)
|
file |
A previously downloaded Argo NetCDF file
(e.g., using |
vars |
A vector of variable names to include. Explicitly specifying
|
quiet |
Use |
A tibble::tibble()
with one row per variable and columns name
,
size
, dim
, and att_*
for variable attributes.
1 2 3 4 5 6 | prof_file <- system.file(
"cache-test/dac/csio/2900313/profiles/D2900313_000.nc",
package = "argodata"
)
argo_read_vars(prof_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.