Create Example CREED Relevance Tibble
Source:R/fct_example_data.R
example_CREED_relevance_tibble.RdCreates an 11-row CREED relevance tibble (RV1-RV11) with
realistic test data including scores, extracted data, and limitations.
Inherits column structure from initialise_CREED_data_tibble().
See also
Other example_tibble:
example_CREED_reliability_tibble(),
example_CREED_scores_tibble(),
example_biota_tibble(),
example_campaign_tibble(),
example_compartments_tibble(),
example_measurements_tibble(),
example_methods_tibble(),
example_parameters_tibble(),
example_references_tibble(),
example_samples_tibble(),
example_sites_tibble()
Other CREED:
CREED_choices_vocabulary(),
CREED_tibble_to_mock_input(),
example_CREED_reliability_tibble(),
example_CREED_scores_tibble(),
initialise_CREED_data_tibble(),
initialise_CREED_scores_tibble()
Examples
example_CREED_relevance_tibble()
#> # A tibble: 11 × 6
#> criterion_id criterion_title required_recommended relevant_data score
#> <chr> <chr> <chr> <chr> <int>
#> 1 RV1 Sample Medium/Matrix Required "1 compartme… 1
#> 2 RV2 Collection Method/Samp… Recommended "1 protocol:… 1
#> 3 RV3 Study Area Required "2 sites. Co… 2
#> 4 RV4 Site Type Recommended "2 sites. Di… 2
#> 5 RV5 Sampling Timespan Required "2023-03-15 … 1
#> 6 RV6 Sampling Frequency Required "2023-03-15 … 2
#> 7 RV7 Temporal Conditions Recommended "Relevant da… 4
#> 8 RV8 Analyte Required "1 protocol:… 1
#> 9 RV9 Sensitivity/LOD/LOQ Required "1 protocol:… 1
#> 10 RV10 Summary Statistics Type Recommended "Uncertainty… 2
#> 11 RV11 Supporting Parameters Recommended "1 protocol:… 1
#> # ℹ 1 more variable: limitations <chr>