dvdscripter / ini

Repository for R package ini

Home Page:https://cran.r-project.org/package=ini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ini

Travis-CI Build Status CRAN version CRAN downloads

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

About

Repository for R package ini

https://cran.r-project.org/package=ini


Languages

Language:R 100.0%