argo_reference_profiler: Argo profiler reference

Description Usage Format References Examples

Description

Contains a reference for values in the profiler_type column in the argo_global_meta().

Usage

1

Format

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

with_argo_example_cache({
  argo_global_meta() %>%
    select(file, profiler_type) %>%
    left_join(argo_reference_profiler, by = "profiler_type")
})

argo_reference_profiler

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