Skip to content

cran/ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

❗ This is a read-only mirror of the CRAN R package repository. ini — Read and Write '.ini' Files. Homepage: https://github.com/dvdscripter/ini Report bugs for this package: https://github.com/dvdscripter/ini/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages