Description Usage Format References Examples
Contains a reference for values in the positioning_system
column of
argo_meta_positioning_system()
.
1 |
An object of class tbl_df
(inherits from tbl
, data.frame
) with 9 rows and 2 columns.
Argo User's Manual, November 2019. doi: 10.13155/29825
1 2 3 4 5 6 7 8 | library(dplyr, warn.conflicts = FALSE)
with_argo_example_cache({
argo_meta_positioning_system("dac/csio/2900313/2900313_meta.nc") %>%
left_join(argo_reference_positioning_system, by = "positioning_system")
})
argo_reference_positioning_system
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.