Skip to contents

Read promotion context from an experiment store

Usage

ledgr_run_promotion_context(exp, run_id)

Arguments

exp

A ledgr_experiment.

run_id

Run identifier.

Value

Parsed promotion context, or NULL for direct runs.

Details

Reads the same compact promotion context as ledgr_promotion_context() from the experiment store without executing strategy code.

Articles

Exploratory sweeps and promotion: vignette("sweeps", package = "ledgr") system.file("doc", "sweeps.html", package = "ledgr")