Skip to contents

Creates a 2-row samples tibble with test data. Inherits column structure from initialise_samples_tibble(). SAMPLE_ID values are automatically generated using generate_sample_id_with_components().

Usage

example_samples_tibble()

Value

A tibble with 2 rows of dummy sample data

Examples

example_samples_tibble()
#> # A tibble: 2 × 11
#>   SITE_CODE SITE_NAME       PARAMETER_NAME PARAMETER_TYPE ENVIRON_COMPARTMENT
#>   <chr>     <chr>           <chr>          <chr>          <chr>              
#> 1 SITE-001  Oslofjord Inner Copper         Stressor       Aquatic            
#> 2 SITE-002  Bergen Harbour  Lead           Stressor       Biota              
#> # ℹ 6 more variables: ENVIRON_COMPARTMENT_SUB <chr>, MEASURED_CATEGORY <chr>,
#> #   SAMPLING_DATE <chr>, SUBSAMPLE <chr>, SUBSAMPLE_ID <chr>, SAMPLE_ID <glue>