Package: tomledit 0.1.0.9000
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.9000.tar.gz
tomledit_0.1.0.9000.zip(r-4.5)tomledit_0.1.0.9000.zip(r-4.4)tomledit_0.1.0.9000.zip(r-4.3)
tomledit_0.1.0.9000.tgz(r-4.5-x86_64)tomledit_0.1.0.9000.tgz(r-4.5-arm64)tomledit_0.1.0.9000.tgz(r-4.4-x86_64)tomledit_0.1.0.9000.tgz(r-4.4-arm64)tomledit_0.1.0.9000.tgz(r-4.3-x86_64)tomledit_0.1.0.9000.tgz(r-4.3-arm64)
tomledit_0.1.0.9000.tar.gz(r-4.5-noble)tomledit_0.1.0.9000.tar.gz(r-4.4-noble)
tomledit.pdf |tomledit.html✨
tomledit/json (API)
NEWS
# Install 'tomledit' in R: |
install.packages('tomledit', repos = c('https://extendr.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/extendr/tomledit/issues
Pkgdown site:https://extendr.github.io
Last updated 9 days agofrom:7fb98085f1. Checks:11 OK, 1 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 04 2025 |
R-4.5-win-x86_64 | NOTE | Mar 04 2025 |
R-4.5-mac-x86_64 | OK | Mar 04 2025 |
R-4.5-mac-aarch64 | OK | Mar 04 2025 |
R-4.5-linux-x86_64 | OK | Mar 04 2025 |
R-4.4-win-x86_64 | OK | Mar 04 2025 |
R-4.4-mac-x86_64 | OK | Mar 04 2025 |
R-4.4-mac-aarch64 | OK | Mar 04 2025 |
R-4.4-linux-x86_64 | OK | Mar 04 2025 |
R-4.3-win-x86_64 | OK | Mar 04 2025 |
R-4.3-mac-x86_64 | OK | Mar 04 2025 |
R-4.3-mac-aarch64 | OK | Mar 04 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 |