Skip to contents

Creates a 1-row biota tibble with test data. Inherits column structure from initialise_biota_tibble(). SAMPLE_ID is automatically generated using generate_sample_id_with_components().

Usage

example_biota_tibble()

Value

A tibble with 1 row of dummy biota data

Examples

example_biota_tibble()
#> # A tibble: 1 × 14
#>   SAMPLE_ID  SITE_CODE PARAMETER_NAME ENVIRON_COMPARTMENT ENVIRON_COMPARTMENT_…¹
#>   <glue>     <chr>     <chr>          <chr>               <chr>                 
#> 1 SITE-002-… SITE-002  Lead           Biota               Biota, Aquatic        
#> # ℹ abbreviated name: ¹​ENVIRON_COMPARTMENT_SUB
#> # ℹ 9 more variables: MEASURED_CATEGORY <chr>, SAMPLING_DATE <chr>,
#> #   SUBSAMPLE <chr>, SPECIES_GROUP <chr>, SAMPLE_SPECIES <chr>,
#> #   SAMPLE_TISSUE <chr>, SAMPLE_SPECIES_LIFESTAGE <chr>,
#> #   SAMPLE_SPECIES_GENDER <chr>, BIOTA_COMMENT <chr>