Get settings from JSON file In most common scenario the settings are stored in JSON file to avoid hardcoding
Source:R/json_const.R
get_settings_from_json.Rd
Get settings from JSON file In most common scenario the settings are stored in JSON file to avoid hardcoding
Usage
get_settings_from_json(
s = NULL,
json_path = system.file(package = "gDRutils", "cache.json")
)
Examples
if (!nchar(system.file(package="gDRutils"))) {
get_settings_from_json()
}