Creates a 3-row measurements tibble with test data.
Inherits column structure from initialise_measurements_tibble().
SAMPLE_ID values match those generated by example_samples_tibble() and
example_biota_tibble(). REFERENCE_ID matches example_references_tibble().
See also
Other example_tibble:
example_CREED_relevance_tibble(),
example_CREED_reliability_tibble(),
example_CREED_scores_tibble(),
example_biota_tibble(),
example_campaign_tibble(),
example_compartments_tibble(),
example_methods_tibble(),
example_parameters_tibble(),
example_references_tibble(),
example_samples_tibble(),
example_sites_tibble()
Other measurement:
initialise_measurements_tibble(),
measured_categories_vocabulary(),
measured_flag_vocabulary(),
measured_types_vocabulary(),
parameter_unit_vocabulary(),
uncertainty_types_vocabulary()
Examples
example_measurements_tibble()
#> # A tibble: 3 × 27
#> SITE_CODE PARAMETER_NAME SAMPLING_DATE ENVIRON_COMPARTMENT_SUB SUBSAMPLE
#> <chr> <chr> <chr> <chr> <chr>
#> 1 SITE-001 Copper 2023-03-15 Aquatic Sediment 1
#> 2 SITE-002 Lead 2023-04-20 Biota, Aquatic 1
#> 3 SITE-001 Copper 2023-05-10 Biota, Aquatic 1
#> # ℹ 22 more variables: MEASURED_FLAG <chr>, MEASURED_VALUE <dbl>,
#> # UNCERTAINTY_TYPE <chr>, UNCERTAINTY_UPPER <dbl>, UNCERTAINTY_LOWER <dbl>,
#> # MEASURED_UNIT <chr>, MEASURED_N <dbl>, LOQ_VALUE <dbl>, LOQ_UNIT <chr>,
#> # LOD_VALUE <dbl>, LOD_UNIT <chr>, SAMPLING_PROTOCOL <chr>,
#> # EXTRACTION_PROTOCOL <chr>, FRACTIONATION_PROTOCOL <chr>,
#> # ANALYTICAL_PROTOCOL <chr>, REFERENCE_ID <chr>, SAMPLE_ID <glue>,
#> # CAMPAIGN_NAME_SHORT <chr>, ENVIRON_COMPARTMENT <chr>, …