Learn R Programming

strata (version 1.4.3)

survey_tomls: Find all the strata-based toml files in a strata project

Description

Find all the strata-based toml files in a strata project

Usage

survey_tomls(project_path)

Value

an fs_path object of all toml files.

Arguments

project_path

A path to strata project folder.

See Also

Other survey: survey_log(), survey_strata()

Examples

Run this code
tmp <- fs::dir_create(fs::file_temp())
strata::build_quick_strata_project(tmp, 2, 3)
survey_tomls(tmp)
fs::dir_delete(tmp)

Run the code above in your browser using DataLab