check_option_names: Check optional functional argument parameter names.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/check_option_names.R

Description

Check a list of optional "..." functional argument parameter names to confirm that they are all present in maeve_options(). If any are not, it may indicate, e.g., typos. Take action depending on the value of maeve_options('mismatch_action').

Usage

1

Arguments

...

optional parameters passed to a function.

Value

a vector the same length as the input vector, with either logical or numeric entries.

Author(s)

Bill Forrest forrest@gene.com

See Also

setdiff

Examples

1
   cat('no example for check_option_names().')

wfforrest/maeve documentation built on Jan. 1, 2021, 12:47 p.m.