An Implementation of Parsing and Writing Configuration File (JSON/INI/YAML/TOML)
Function to access external helps about configurations format or other...
Merge list file (From config package), list.right will overwrite the e...
Delete sections in config, just do config[sections] <- NULL
configr package
Covert configuration file from JSON/INI/YAML/TOML to JSON/INI/YAML
Merge config parameter sets by sections.
Read from the currently active configuration (JSON/INI/YAML/TOML be su...
Get config file parameter sections
Fetch configuration file and generate a merged list
Get config file type retreiving json/ini/yaml or FALSE
Test active configuration
Test active configuration file
Function to check wheather file is INI format
Function to check wheather file is JSON format
Function to check wheather file is TOML format
Function to check wheather file is YAML format
Parse the configuration var format, and replace it by extra.list value...
Read from the file (JSON/INI/YAML/TOML be supported), retreiving all v...
Parse configuration string to R list object.
Write config in a file (JSON/YAML/INI)
Implements the JSON, INI, YAML and TOML parser for R setting and writing of configuration file. The functionality of this package is similar to that of package 'config'.