Description Usage Arguments Value See Also Examples
Get config file parameter sections
| 1 2 3 4 | eval.config.sections(
  file = Sys.getenv("R_CONFIGFILE_ACTIVE", "config.cfg"),
  ...
)
 | 
| file | File name of configuration file to read from. Default is the value of the 'R_CONFIGFILE_ACTIVE' environment variable (Set to 'config.cfg' if the variable does not exist and JSON/INI/YAML/TOML format only) | 
| ... | Arguments for  | 
a character vector including the sections infomation of configure file or logical FALSE indicating that is not standard JSON/INI/YAML/TOML format file
eval.config.merge use this function to get all of sections of config file.
| 1 2 | config.json <- system.file('extdata', 'config.json', package='configr')
eval.config.sections(config.json)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.