Package: tomledit 0.1.0

Josiah Parry

tomledit: Parse, Read, and Edit 'TOML'

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.

Authors:Josiah Parry [aut, cre]

tomledit_0.1.0.tar.gz
tomledit_0.1.0.tar.gz(r-4.5-noble)tomledit_0.1.0.tar.gz(r-4.4-noble)
tomledit.pdf |tomledit.html
tomledit/json (API)

# Install 'tomledit' in R:
install.packages('tomledit', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/josiahparry/tomledit/issues

Pkgdown site:https://josiahparry.github.io

rustcargo

1.00 score 10 exports 1 dependencies

Last updated 7 days agofrom:64f3634434. Checks:2 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 13 2025
R-4.5-linux-x86_64OKFeb 13 2025

Exports:as_tomlfrom_tomlget_iteminsert_itemsparse_tomlread_tomlremove_itemsto_tomltomlwrite_toml

Dependencies:rlang

Readme and manuals

Help Manual

Help pageTopics
Create Toml objectsas_toml toml
Convert 'Toml' to an R objectfrom_toml
Read and parse TOMLparse_toml read_toml
Modify a Toml objectget_item insert_items remove_items
Generate TOMLto_toml write_toml