view_toml {strata} | R Documentation |
View the contents of a toml file as a dataframe
Description
View the contents of a toml file as a dataframe
Usage
view_toml(toml_path)
Arguments
toml_path |
Path to the toml file |
Value
a dataframe of the toml file contents.
Examples
tmp <- fs::dir_create(fs::file_temp())
strata::build_quick_strata_project(tmp, 2, 3)
proj_tomls <- survey_tomls(tmp)
purrr::map(proj_tomls, view_toml)
fs::dir_delete(tmp)
[Package strata version 1.4.5 Index]