Creates a 1-row campaign tibble with test data.
Inherits column structure from initialise_campaign_tibble().
See also
Other example_tibble:
example_CREED_relevance_tibble(),
example_CREED_reliability_tibble(),
example_CREED_scores_tibble(),
example_biota_tibble(),
example_compartments_tibble(),
example_measurements_tibble(),
example_methods_tibble(),
example_parameters_tibble(),
example_references_tibble(),
example_samples_tibble(),
example_sites_tibble()
Other campaign:
initialise_campaign_tibble()
Examples
example_campaign_tibble()
#> # A tibble: 1 × 8
#> CAMPAIGN_NAME_SHORT CAMPAIGN_NAME CAMPAIGN_START_DATE CAMPAIGN_END_DATE
#> <chr> <chr> <date> <date>
#> 1 TestCamp2023 Test Campaign 2023:… 2023-01-15 2023-06-30
#> # ℹ 4 more variables: ORGANISATION <chr>, ENTERED_BY <chr>,
#> # ENTERED_DATE <date>, CAMPAIGN_COMMENT <chr>