apply_config: Apply CHIIMP options globally

View source: R/configuration.R

apply_configR Documentation

Apply CHIIMP options globally

Description

apply_config parses each row in a configuration options data frame and sets a corresponding option with options(name = value). All options are prefixed with "chiimp." to avoid colliding with options used in other libraries.

Usage

apply_config(config, keep = TRUE)

Arguments

config

configuration options data frame, as from load_config

keep

keep existing CHIIMP options, or remove them before setting new ones?


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