R/user_toml_interaction.R
view_toml.Rd
View the contents of a toml file as a dataframe
view_toml(toml_path)
Path to the toml file
a dataframe of the toml file contents
if (FALSE) { # \dontrun{ view_toml("PATH/TO/TOML/FILE.toml") } # }