flatten_suggestions_to_tibble: Convert nested suggestion groups to flat tibble

View source: R/structure_suggest.R

flatten_suggestions_to_tibbleR Documentation

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)

Arguments

suggestion_groups

List of concept groups with suggestions

Value

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


bidux documentation built on Nov. 20, 2025, 1:06 a.m.