parse_config: Parse a configuration data frame into list

View source: R/configuration.R

parse_configR Documentation

Parse a configuration data frame into list

Description

parse_config takes each row of a data frame of configuration options and defines a list item for it, using the Key column for each name and parsing each value according to the Parser column.

Usage

parse_config(cfg_table)

Arguments

cfg_table

data frame of CHIIMP configuration options

Value

list with one item per row in the input data frame, with each value parsed according to the function name in the Parser column


ressy/microsat documentation built on Aug. 24, 2023, 10:09 a.m.