Skip to contents

'read_report_config' reads in the config YAML file

Usage

read_report_config(config_filepath)

Arguments

config_filepath

Filepath. Path to report config file.

Value

A named list with an attribute of 'keys' from the file.

Examples

config_file <- system.file("tinytest/test_files/configs/good_config.yaml",
                          package = "epitraxr")
report_config <- read_report_config(config_file)