Package: ini 0.3.1
ini: Read and Write '.ini' Files
Parse simple '.ini' configuration files to an structured list. Users can manipulate this resulting list with lapply() functions. This same structured list can be used to write back to file after modifications.
Authors:
ini_0.3.1.tar.gz
ini_0.3.1.zip(r-4.5)ini_0.3.1.zip(r-4.4)ini_0.3.1.zip(r-4.3)
ini_0.3.1.tgz(r-4.4-any)ini_0.3.1.tgz(r-4.3-any)
ini_0.3.1.tar.gz(r-4.5-noble)ini_0.3.1.tar.gz(r-4.4-noble)
ini_0.3.1.tgz(r-4.4-emscripten)ini_0.3.1.tgz(r-4.3-emscripten)
ini.pdf |ini.html✨
ini/json (API)
NEWS
# Install 'ini' in R: |
install.packages('ini', repos = c('https://dvdscripter.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dvdscripter/ini/issues
Last updated 6 years agofrom:3c837da9f0. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | NOTE | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
R-4.4-win | NOTE | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | NOTE | Oct 31 2024 |
R-4.3-mac | NOTE | Oct 31 2024 |
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read and parse .ini file to list | read.ini |
Write list to .ini file | write.ini |