fixing another url to canonical form from 1.1.8 section of R-exts
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.
Development version
library(devtools) install_github("dvdscripter/ini")
Prodution version
install.packages('ini')
用于解析INI格式配置文件的C语言库
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
Prodution version
Acknowledgments