adhoc_stratum | R Documentation |
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.
adhoc_stratum(stratum_path, silent = FALSE)
stratum_path |
Path to stratum folder |
silent |
Suppress log messages? If |
invisible data frame of execution plan.
Other adhoc:
adhoc()
,
adhoc_lamina()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.