Description Usage Arguments Value Examples
Use argo_tech_tech_param()
to extract information from Argo technical
spec NetCDF files. Use argo_read_tech_tech_param()
to extract information from a single previously-downloaded NetCDF file.
1 | argo_tech_tech_param(path, download = NULL, quiet = NA)
|
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 technical parameter
per cycle and columns file
, n_tech_param
, technical_parameter_name
,
technical_parameter_value
, and cycle_number
.
1 2 3 | with_argo_example_cache({
argo_tech_tech_param("dac/csio/2900313/2900313_tech.nc")
})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.