argo_reference_history_qctest: Argo QC test reference

Description Usage Format References Examples

Description

Contains a reference for values in the history_qctest column of argo_prof_history() and argo_traj_history(). The values in this column are a hexadecimal representation of the sum of the qctest_value column. See argo_unnest_history_qctest() to generate the values needed to join this table.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 22 rows and 4 columns.

References

Argo User's Manual, November 2019. doi: 10.13155/29825

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
library(dplyr, warn.conflicts = FALSE)

with_argo_example_cache({
  argo_prof_history(
    "dac/csio/2902746/profiles/BR2902746_001.nc",
    vars = "history_qctest"
  ) %>%
    argo_unnest_history_qctest() %>%
    left_join(argo_reference_history_qctest, by = "history_qctest") %>%
    select(history_qctest_description, everything())
})

argo_reference_history_qctest

ArgoCanada/argodata documentation built on Dec. 13, 2021, 10:13 a.m.