Skip to contents

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

if (FALSE) { # \dontrun{
view_toml("PATH/TO/TOML/FILE.toml")
} # }