Find all the strata-based toml files in a strata project
See also
Other survey:
survey_log()
,
survey_strata()
Examples
tmp <- fs::dir_create(fs::file_temp())
strata::build_quick_strata_project(tmp, 2, 3)
survey_tomls(tmp)
#> /tmp/RtmpKn24Yq/file1e505323f6c4/strata/.strata.toml
#> /tmp/RtmpKn24Yq/file1e505323f6c4/strata/stratum_1/.laminae.toml
#> /tmp/RtmpKn24Yq/file1e505323f6c4/strata/stratum_2/.laminae.toml
fs::dir_delete(tmp)