Skip to contents

Converts a CREED data tibble (from example_CREED_reliability_tibble() or example_CREED_relevance_tibble()) into a mock shiny input list object suitable for testing collect_CREED_data().

Usage

creed_tibble_to_mock_input(creed_tibble)

Arguments

creed_tibble

A tibble with columns: criterion_id, relevant_data, score, limitations

Details

Score values are converted from numeric to text:

  • 1 = "Fully Met" (or "Not Relevant")

  • 2 = "Partly Met"

  • 3 = "Not Reported"

  • 4 = "Not Met"