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().
See also
Other example_tibble:
example_CREED_relevance_tibble(),
example_CREED_reliability_tibble(),
example_CREED_scores_tibble(),
example_campaign_tibble(),
example_compartments_tibble(),
example_measurements_tibble(),
example_methods_tibble(),
example_parameters_tibble(),
example_references_tibble(),
example_samples_tibble(),
example_sites_tibble()
Other biota:
gender_vocabulary(),
initialise_biota_tibble(),
lifestage_vocabulary(),
species_groups_vocabulary(),
species_names_vocabulary(),
tissue_types_vocabulary()
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>