list_estimators: Registered idiographic estimators

View source: R/registry.R

list_estimatorsR Documentation

Registered idiographic estimators

Description

idiographic uses a small registry to give estimators and workflows one stable dispatch interface. Package methods are registered lazily, so the registry does not depend on source-file load order. Third-party methods can register either a function or the name of a function available in the package namespace or calling environment.

Usage

list_estimators(kind = NULL)

Arguments

kind

Optional character vector selecting "estimator" and/or "workflow" registrations.

Value

list_estimators() returns one row per registration.

Examples

list_estimators()
list_estimators("workflow")

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