Package: tomledit 0.1.0
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:
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
Last updated 7 days agofrom:64f3634434. Checks:2 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 13 2025 |
R-4.5-linux-x86_64 | OK | Feb 13 2025 |
Exports:as_tomlfrom_tomlget_iteminsert_itemsparse_tomlread_tomlremove_itemsto_tomltomlwrite_toml
Dependencies:rlang
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create Toml objects | as_toml toml |
Convert 'Toml' to an R object | from_toml |
Read and parse TOML | parse_toml read_toml |
Modify a Toml object | get_item insert_items remove_items |
Generate TOML | to_toml write_toml |