Skip to contents

Edit a toml file by providing a dataframe of desired contents

Usage

edit_toml(original_toml_path, new_toml_dataframe)

Arguments

original_toml_path

Path to the original toml file

new_toml_dataframe

Dataframe of the new toml file contents

Value

invisible original toml file path to toml file

Examples

if (FALSE) { # \dontrun{
edit_toml("PATH/TO/ORIGINAL/TOML/FILE.toml", new_toml_dataframe)
} # }