argument_coverage: Argument-by-argument validation coverage

View source: R/registry.R

argument_coverageR Documentation

Argument-by-argument validation coverage

Description

Builds a tidy, executable ledger from the actual formals of every registered entry point. Each argument is classified according to the strongest honest evidence contract available for that method: direct oracle/engine equality, frozen statistical fixtures, recovery/internal validation, delegated forwarding, a supported extension, or an explicit rejection boundary. Consequently a newly added formal cannot silently disappear from the audit: package tests require every current formal to occur exactly once here.

Usage

argument_coverage(method = NULL)

Arguments

method

Optional registered method name or alias. NULL returns all built-in and currently registered methods.

Value

A data frame with one row per public method argument.

Examples

argument_coverage()
argument_coverage("mlvar")

idiographic documentation built on Aug. 4, 2026, 1:07 a.m.