Skip to contents

Synthesises ks_match_health() flags, ks_suggest_key() hints, and a few other heuristics into a short list of user-facing "what to look at first" recommendations.

Usage

ks_recommendations(x)

Arguments

x

A ks_comparison.

Value

A tibble with one row per recommendation:

  • severity ("critical", "warn", "info", "ok")

  • title short label

  • message longer human-readable text

  • action suggested next step (may be NA)