survey_tomls | R Documentation |
Find all the strata-based toml files in a strata project
survey_tomls(project_path)
project_path |
A path to strata project folder. |
an fs_path object of all toml files.
Other survey:
survey_log()
,
survey_strata()
tmp <- fs::dir_create(fs::file_temp())
strata::build_quick_strata_project(tmp, 2, 3)
survey_tomls(tmp)
fs::dir_delete(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.