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.
Other CONFIGURATOR: ConfiguratorRefClass_get
;
ConfiguratorRefClass_parse_line
;
ConfiguratorRefClass_read_file
;
ConfiguratorRefClass_set
;
ConfiguratorRefClass_show
;
ConfiguratorRefClass_write_file
;
Configurator
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.