argo_reference_history_action: Argo history action reference

Description Usage Format References Examples

Description

This table contains descriptions for the codes used in the history_action column present in argo_prof_history() and argo_traj_history().

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 14 rows and 2 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 = TRUE)

with_argo_example_cache({
  argo_prof_history(
    "dac/csio/2902746/profiles/BR2902746_001.nc",
    vars = "history_action"
  ) %>%
    left_join(
      argo_reference_history_action,
      by = "history_action"
    )
})

argo_reference_history_action

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