Every argument the setup stages accept
option_reference.RdAssembled from formals() and the package's own Rd, so it covers the API
as it currently stands rather than as it stood when someone last wrote it
down. Regenerating the vignette regenerates this.
Usage
option_reference(stages = setup_stage_order(), guide = NULL)Examples
if (FALSE) { # \dontrun{
ref <- option_reference()
subset(ref, stage == "Tagging")
} # }