Creates an empty tibble with the standardised column structure for campaign data.
Details
Campaigns represent sampling projects or studies with metadata about timing, organisation, data quality evaluation, and confidentiality. The tibble includes the following columns:
CAMPAIGN_NAME_SHORT: Short identifier for the campaign (mandatory)
CAMPAIGN_NAME: Full descriptive name of the campaign (mandatory)
CAMPAIGN_START_DATE: Date when campaign sampling began (mandatory)
CAMPAIGN_END_DATE: Date when campaign sampling ended (optional)
ORGANISATION: Organisation responsible for the campaign (mandatory)
ENTERED_BY: Person or entity who entered the data (mandatory)
ENTERED_DATE: Date when the data was entered into the system (mandatory)
CAMPAIGN_COMMENT: Additional notes or comments about the campaign (optional)
See vignette("campaign_data") for more information.
See also
Other initialise_tibble:
initialise_CREED_data_tibble(),
initialise_CREED_scores_tibble(),
initialise_biota_tibble(),
initialise_compartments_tibble(),
initialise_measurements_tibble(),
initialise_methods_tibble(),
initialise_parameters_tibble(),
initialise_references_tibble(),
initialise_samples_tibble(),
initialise_sites_tibble()