Creates an empty tibble with the standardised column structure for detailed CREED criterion assessment data.
Details
CREED criteria data stores individual criterion scores, relevant data, and limitations for both reliability and relevance assessments. This structure is used internally by assessment modules and is not part of the externally-available table structure. The tibble includes the following columns:
criterion_id: Unique identifier for the CREED criterion
criterion_title: Descriptive title of the criterion
required_recommended: Whether the criterion is required or recommended
relevant_data: Data or information relevant to assessing the criterion
score: Assessment score for the criterion
limitations: Identified limitations or concerns for the criterion
See vignette("CREED_data") for more information.
See also
Other initialise_tibble:
initialise_CREED_scores_tibble(),
initialise_biota_tibble(),
initialise_campaign_tibble(),
initialise_compartments_tibble(),
initialise_measurements_tibble(),
initialise_methods_tibble(),
initialise_parameters_tibble(),
initialise_references_tibble(),
initialise_samples_tibble(),
initialise_sites_tibble()
Other CREED:
CREED_choices_vocabulary(),
initialise_CREED_scores_tibble()