get_config: Retrieve a configuration value

View source: R/misc.R

get_configR Documentation

Retrieve a configuration value

Description

Retrieve a configuration value

Usage

get_config(x, section, name, default = NULL)

Arguments

x

the configuration list

section

the name of the section

name

the name of the tagged value, if missing then the section is returned

default

the value to return if the tag doesn't exists (defaults to NULL)

Value

the tagged value or section requested or the 'default' value if not found


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.