cfg_missing: Report missing or inconsistent fields in a config list

View source: R/config.R

cfg_missingR Documentation

Report missing or inconsistent fields in a config list

Description

Runs lightweight checks aligned with cfg_validate() and returns a table of issues, if any. This is a convenience wrapper for user-facing checks; it does not replace cfg_validate().

Usage

cfg_missing(config)

Arguments

config

List configuration to inspect.

Value

A tibble with columns field, problem, hint, or an empty tibble if no issues are detected.

Examples

tib <- cfg_missing(list())
tib


cre.dcf documentation built on April 10, 2026, 5:08 p.m.