build_stratum {strata} | R Documentation |
Add a stratum to the project space
Description
Add a stratum to the project space
Usage
build_stratum(stratum_name, project_path, order = 1)
Arguments
stratum_name |
Name of stratum |
project_path |
A path to strata project folder. |
order |
Execution order, default is |
Value
invisibly returns fs::path to stratum
Examples
tmp <- fs::dir_create(fs::file_temp())
result <- build_stratum("my_stratum_name", tmp)
result
fs::dir_delete(tmp)
[Package strata version 1.4.5 Index]