Package: tomledit 0.1.1.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.1.9000.tar.gz
tomledit_0.1.1.9000.zip(r-4.7)tomledit_0.1.1.9000.zip(r-4.6)tomledit_0.1.1.9000.zip(r-4.5)
tomledit_0.1.1.9000.tgz(r-4.6-x86_64)tomledit_0.1.1.9000.tgz(r-4.6-arm64)tomledit_0.1.1.9000.tgz(r-4.5-x86_64)tomledit_0.1.1.9000.tgz(r-4.5-arm64)
tomledit_0.1.1.9000.tar.gz(r-4.7-arm64)tomledit_0.1.1.9000.tar.gz(r-4.7-x86_64)tomledit_0.1.1.9000.tar.gz(r-4.6-arm64)tomledit_0.1.1.9000.tar.gz(r-4.6-x86_64)
tomledit_0.1.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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/docs site:https://extendr.github.io
Last updated from:5cce7a2c84. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 195 | ||
| linux-devel-x86_64 | OK | 164 | ||
| source / vignettes | OK | 203 | ||
| linux-release-arm64 | OK | 164 | ||
| linux-release-x86_64 | OK | 172 | ||
| macos-release-arm64 | OK | 190 | ||
| macos-release-x86_64 | OK | 228 | ||
| macos-oldrel-arm64 | OK | 119 | ||
| macos-oldrel-x86_64 | OK | 253 | ||
| windows-devel | OK | 176 | ||
| windows-release | OK | 299 | ||
| windows-oldrel | OK | 192 | ||
| wasm-release | OK | 160 |
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 |
