| Configurator | R Documentation |
Create a new ConfiguratorRefClass and possibly read the contents of a config file.
Configurator(filename, sep = "=", comm = "#")
filename |
a fully qualified path to a config file |
sep |
character, the character separating key-value pairs, by default "=" |
comm |
character, the character found in the first spot of a comment line, by default "#" |
an instance of ConfiguratorRefClass
Other CONFIGURATOR: ConfiguratorRefClass_get,
ConfiguratorRefClass_parse_line,
ConfiguratorRefClass_read_file,
ConfiguratorRefClass_set,
ConfiguratorRefClass_show,
ConfiguratorRefClass_write_file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.