Learn R Programming

tomledit (version 0.1.0)

Parse, Read, and Edit 'TOML'

Description

A toolkit for working with 'TOML' files in R while preserving formatting, comments, and structure. 'tomledit' enables serialization of R objects such as lists, data.frames, numeric, logical, and date vectors.

Copy Link

Version

Install

install.packages('tomledit')

Monthly Downloads

729

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Josiah Parry

Last Published

February 13th, 2025

Functions in tomledit (0.1.0)

parse_toml

Read and parse TOML
from_toml

Convert Toml to an R object
remove_items

Modify a Toml object
write_toml

Generate TOML
tomledit-package

tomledit: Parse, Read, and Edit 'TOML'
as_toml

Create Toml objects