Learn R Programming

hyperSpec (version 0.98-20140523)

read.ini: Read INI files

Description

read.ini reads ini files of the form

Usage

read.ini(con = stop("Connection con needed."))

Arguments

con
connection or file name

Value

  • a list with one element per section in the .ini file, each containing a list with elements for the key-value-pairs.

Details

[section] key = value

into a list.

read.ini sanitizes the element names and tries to convert scalars and comma separated numeric vectors to numeric.