Contains a reference for values in the profiler_type
column in the
argo_global_meta()
.
argo_reference_profiler
An object of class tbl_df
(inherits from tbl
, data.frame
) with 30 rows and 2 columns.
Argo User's Manual, November 2019. doi: 10.13155/29825
library(dplyr, warn.conflicts = FALSE)
with_argo_example_cache({
argo_global_meta() %>%
select(file, profiler_type) %>%
left_join(argo_reference_profiler, by = "profiler_type")
})
#> # A tibble: 16,062 × 3
#> file profiler_type profiler_description
#> <chr> <dbl> <chr>
#> 1 aoml/13857/13857_meta.nc 845 Webb Research, no conductivity
#> 2 aoml/13858/13858_meta.nc 845 Webb Research, no conductivity
#> 3 aoml/13859/13859_meta.nc 845 Webb Research, no conductivity
#> 4 aoml/15819/15819_meta.nc 845 Webb Research, no conductivity
#> 5 aoml/15820/15820_meta.nc 845 Webb Research, no conductivity
#> 6 aoml/15851/15851_meta.nc 845 Webb Research, no conductivity
#> 7 aoml/15852/15852_meta.nc 845 Webb Research, no conductivity
#> 8 aoml/15853/15853_meta.nc 845 Webb Research, no conductivity
#> 9 aoml/15854/15854_meta.nc 845 Webb Research, no conductivity
#> 10 aoml/15855/15855_meta.nc 845 Webb Research, no conductivity
#> # … with 16,052 more rows
argo_reference_profiler
#> # A tibble: 30 × 2
#> profiler_type profiler_description
#> <dbl> <chr>
#> 1 831 P-Alace float
#> 2 837 Arvor-C float
#> 3 838 Arvor-D float
#> 4 839 Provor-II float
#> 5 840 Provor, no conductivity
#> 6 841 Provor, Seabird conductivity sensor
#> 7 842 Provor, FSI conductivity sensor
#> 8 843 POPS ice Buoy/Float
#> 9 844 Arvor, Seabird conductivity sensor
#> 10 845 Webb Research, no conductivity
#> # … with 20 more rows