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?


ShawHahnLab/microsat documentation built on Aug. 25, 2023, 11:16 p.m.