check_setting: Check Setting Validity.

View source: R/settings.R

check_settingR Documentation

Check Setting Validity.

Description

Checks whether the input settings are valid or not.

Usage

check_setting(known.options, options, mandatory.options = NULL)

Arguments

known.options

Vector with names and classes of allowed options.

options

Active options to be checked.

mandatory.options

Fields that have to be present.

Value

TRUE if the setting is valid, FALSE otherwise.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.