build_stratum | R Documentation |
Add a stratum to the project space
build_stratum(stratum_name, project_path, order = 1)
stratum_name |
Name of stratum |
project_path |
A path to strata project folder. |
order |
Execution order, default is |
invisibly returns fs::path to stratum
tmp <- fs::dir_create(fs::file_temp())
result <- build_stratum("my_stratum_name", tmp)
result
fs::dir_delete(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.