Inspect an experiment's effective execution plan
Source:R/availability-policy.R
ledgr_experiment_plan.RdReports whether point-in-time availability is active and which fact-family checks are declared, omitted, assumption-backed, or disabled. Inspection is read-only and does not execute the strategy.
Usage
ledgr_experiment_plan(x, ...)
# S3 method for class 'ledgr_experiment_plan'
print(x, ...)Value
A ledgr_experiment_plan object. Its checks tibble reports each
family status and keeps generated-schedule and assumed-knowledge reasons
separate in assumption_reasons.
Articles
Point-in-time universe workflow:
vignette("survivorship-bias", package = "ledgr")
system.file("doc", "survivorship-bias.html", package = "ledgr")