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().
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_measurements_tibble(),
example_methods_tibble(),
example_parameters_tibble(),
example_references_tibble(),
example_sites_tibble()
Other sample:
generate_sample_id_with_components(),
initialise_samples_tibble(),
sample_id_regex()
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>