Skip to contents

Creates an empty tibble with the standardised column structure for detailed CREED criterion assessment data.

Usage

initialise_CREED_data_tibble()

Value

A tibble with 0 rows and standardised CREED criterion columns

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.