parse_config: Returns the parsed configuration file (.yml).

View source: R/config.R

parse_configR Documentation

Returns the parsed configuration file (.yml).

Description

The input file is expected to be in the .yml format. The function returns a parsed version of the input .yml file, and it will inform the user if the input .yml file path does not exist. The contents of the input .yml file may contain machine-dependent paths that may need to be modified by the user.

Usage

parse_config(config_path)

Arguments

config_path

The path of the config file from the kaiaulu directory (e.g. "conf/kaiaulu.yml").

Value

The parsed config file whose path is specified by 'config_path'.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.