cfg: Get/set CHIIMP global configuration options

View source: R/configuration.R

cfgR Documentation

Get/set CHIIMP global configuration options

Description

cfg is a helper function to provide a shortcut for the equivalent options(chiimp.key = value). With no arguments, all the currently-defined settings are returned as a list. With a key given, the corresponding value is returned. With both key and value, a new option value is set.

Usage

cfg(key, val)

Arguments

key

name of a CHIIMP configuration option

val

value to set for a particular key


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