Skip to contents

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().

Usage

example_measurements_tibble()

Value

A tibble with 3 rows of dummy measurement data

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>, …