configurator-class: configurator-class

Description See Also Examples

Description

A small set of tools for managing configuration files, formatted like INI files in Windows. See http://effbot.org/librarybook/configparser.htm and http://docs.python.org/release/2.6.8/library/configparser.html for inspiration.

See Also

Other CONFIGURATOR: ConfiguratorRefClass_get; ConfiguratorRefClass_parse_line; ConfiguratorRefClass_read_file; ConfiguratorRefClass_set; ConfiguratorRefClass_show; ConfiguratorRefClass_write_file; Configurator

Examples

1
2
3
4
5
6
## Not run: 
  Cfg <- Configurator(system.file("extdata", "example.cfg", package = "configurator")
  Cfg
  n_fleas <- Cfg$get("Bar", "fleas")

## End(Not run)

BigelowLab/configurator documentation built on May 5, 2019, 2:42 p.m.