powered by
View the contents of a toml file as a dataframe
view_toml(toml_path)
a dataframe of the toml file contents.
Path to the toml file
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)
Run the code above in your browser using DataLab