adhoc_stratum {strata} | R Documentation |
Execute a single stratum ad hoc
Description
adhoc_stratum()
will execute only the stratum, its child
laminae and the code therein contained as specified by stratum_path
with or without log messages.
Usage
adhoc_stratum(stratum_path, silent = FALSE)
Arguments
stratum_path |
Path to stratum folder |
silent |
Suppress log messages? If |
Value
invisible data frame of execution plan.
See Also
Other adhoc:
adhoc()
,
adhoc_lamina()
Examples
tmp <- fs::dir_create(fs::file_temp())
result <- strata::build_quick_strata_project(tmp, 1, 1)
adhoc_stratum(
fs::path(tmp, "strata", "stratum_1"),
)
fs::dir_delete(tmp)
[Package strata version 1.4.5 Index]