Learn R Programming

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

Copy Link

Version

Install

install.packages('ini')

Monthly Downloads

282,038

Version

0.3.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

David Valentim Dias

Last Published

May 20th, 2018

Functions in ini (0.3.1)

write.ini

Write list to .ini file
read.ini

Read and parse .ini file to list