run_stage: Run a stage

View source: R/run.R

run_stageR Documentation

Run a stage

Description

Run the run_all() method for all defined steps of a stage for which the check() method returns TRUE.

Usage

run_stage(name, stages = dsl_load())

Arguments

name

⁠[string]⁠
The name of the stage to run.

stages

⁠[named list]⁠ A named list of TicStage objects as returned by dsl_load(), by default loaded from tic.R.

See Also

TicStep

Other runners: prepare_all_stages(), run_all_stages()


ropensci/tic documentation built on Jan. 18, 2024, 3:57 a.m.