Description
Read and Write '.ini' Files.
Description
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.
README.md
ini
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.
Installing
Development version
library(devtools)
install_github("dvdscripter/ini")
Prodution version
install.packages('ini')
Acknowledgments
- SiBBr: first PoC was made to support another product.