Package index
Quickstart
- See quickstart for a quick demonstration of tstoml.
- See
ts_serialize_toml()to create TOML from R. - See
ts_unserialize_toml()to parse TOML into R. - See
ts_parse_toml(),ts_tree_select(), andts_tree_unserialize()to parse parts of TOML into R. - See
ts_parse_toml(),ts_tree_select(),ts_tree_format(), andts_tree_write()to format parts of a TOML file or string and save it to a file. - See
ts_parse_toml(),ts_read_toml(),ts_tree_select(),ts_tree_delete(),ts_tree_insert(),ts_tree_update(), andts_tree_write()to edit a TOML file or string and save it to a file.
-
ts_parse_toml()ts_read_toml() - Parse a TOML file or string into a ts_tree_toml object
-
ts_language_toml() - TODO
-
ts_tree_new() - Create tree-sitter tree from file or string (from ts)
-
ts_serialize_toml()ts_toml_table()ts_toml_inline_table()ts_toml_array()ts_toml_array_of_tables() - Serialize an R object to TOML
-
ts_serialize_toml_value() - Serialize a TOML value
-
ts_unserialize_toml() - Unserialize TOML to R objects
-
ts_format_toml() - Format a TOML file
-
toml_example_text() - Example TOML text
-
tstoml_options - tstoml options