Learn R Programming

strata (version 1.4.3)

view_toml: 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)

Value

a dataframe of the toml file contents.

Arguments

toml_path

Path to the toml file

Examples

Run this code
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