Description Usage Arguments Value Examples
Use argo_read_info()
to extract variables and global attributes from
a previously-downloaded Argo NetCDF file. The variables read by
argo_read_info()
are always length 1.
1 | argo_read_info(file, quiet = FALSE)
|
file |
A previously downloaded Argo NetCDF file
(e.g., using |
quiet |
Use |
A tibble::tibble()
with one row. Columns containing
global attribute information are prefixed with att_
to differentiate
them from variables with zero dimensions.
1 2 3 4 5 6 | prof_file <- system.file(
"cache-test/dac/csio/2900313/profiles/D2900313_000.nc",
package = "argodata"
)
argo_read_info(prof_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.