build_quick_strata_project | R Documentation |
build_quick_strata_project
will create a project with the specified
number of strata - num_strata
, with the specified number of laminae
num_laminae_per
per stratum. The strata and laminae will be named
stratum_1
, stratum_2
, etc. and s1_lamina_1
, s1_lamina_2
, etc.
build_quick_strata_project(project_path, num_strata = 1, num_laminae_per = 1)
project_path |
A path to strata project folder. |
num_strata |
Number of strata to create. |
num_laminae_per |
Number of laminae to create per stratum. |
invisible dataframe of the survey of the strata project.
tmp <- fs::dir_create(fs::file_temp())
result <- build_quick_strata_project(tmp, 2, 2)
dplyr::glimpse(result)
main(tmp)
fs::dir_delete(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.