argo_reference_qc_flag: Argo QC flag reference

Description Usage Format References Examples

Description

This table contains the quality control descriptions of the one-character flags that appear in variables that end with _qc. These variables appear in argo_prof_levels(), argo_prof_prof(), and argo_traj_measurement(). See also argo_reference_history_qctest for information about specific tests.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 10 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
14
library(dplyr, warn.conflicts = FALSE)

with_argo_example_cache({
  argo_prof_levels(
    "dac/csio/2902746/profiles/BR2902746_001.nc",
    vars = c("pres", "pres_qc", "doxy", "doxy_qc")
  ) %>%
    dplyr::left_join(
      argo_reference_qc_flag,
      by = c("doxy_qc" = "qc_flag")
    )
})

argo_reference_qc_flag

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