Learn R Programming

bidux (version 0.4.0)

flatten_suggestions_to_tibble: Convert nested suggestion groups to flat tibble

Description

Transforms the nested list structure of suggestions (grouped by concept) into a flat tibble with one row per suggestion. Maintains backward compatibility by keeping the nested structure available.

Usage

flatten_suggestions_to_tibble(suggestion_groups)

Value

Tibble with columns: concept, title, details, components, rationale, score, difficulty, category

Arguments

suggestion_groups

List of concept groups with suggestions