adhoc_lamina | R Documentation |
adhoc_lamina()
will execute only the lamina and the code
therein contained as specified by lamina_path
with or without log messages.
adhoc_lamina(lamina_path, silent = FALSE)
lamina_path |
Path to lamina. |
silent |
Suppress log messages? If |
invisible data frame of execution plan.
Other adhoc:
adhoc()
,
adhoc_stratum()
tmp <- fs::dir_create(fs::file_temp())
result <- strata::build_quick_strata_project(tmp, 1, 1)
adhoc_lamina(
fs::path(tmp, "strata", "stratum_1", "s1_lamina_1"),
)
fs::dir_delete(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.