| argument_coverage | R Documentation |
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.
argument_coverage(method = NULL)
method |
Optional registered method name or alias. |
A data frame with one row per public method argument.
argument_coverage()
argument_coverage("mlvar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.