Description Usage Arguments Value Examples
Extract information from an Argo path
1 2 3 4 5 6 7 | argo_path_info(path)
argo_extract_path_info(tbl)
as_argo_path(path)
as_argo_path_aux(path)
|
path |
A path relative to the root directory of
|
tbl |
A data.frame, ideally derived from |
A tibble::tibble() with columns file, file_float,
file_type, file_cycle, file_data_mode, and file_modifier.
1 2 3 4 5 | argo_path_info("dac/nmdis/2901633/profiles/R2901633_052.nc")
with_argo_example_cache({
argo_extract_path_info(argo_global_meta())
})
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.