view_toml | R Documentation |
View the contents of a toml file as a dataframe
view_toml(toml_path)
toml_path |
Path to the toml file |
a dataframe of the toml file contents.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.