Skip to contents

Run a stratum adhoc by itself

Usage

adhoc_stratum(stratum_path, silent = FALSE)

Arguments

stratum_path

Path to stratum

silent

Suppress log output

Value

invisible data frame of execution plan

Examples

if (FALSE) { # \dontrun{
adhoc_stratum("PATH/TO/STRATUM/FOLDER/")
} # }