read_config_file: Read a JSON config file from a path

View source: R/read_config.R

read_config_fileR 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"))

hubUtils documentation built on Sept. 18, 2024, 5:09 p.m.