read_config_file {hubUtils} | R Documentation |
Read a JSON config file from a path
Description
Read a JSON config file from a path
Usage
read_config_file(config_path)
Arguments
config_path |
path to JSON config file |
Value
a list representation of the JSON config file
Examples
read_config_file(system.file("config", "tasks.json", package = "hubUtils"))
[Package hubUtils version 0.1.7 Index]