Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

inlist

Option checkers


Description

These functions return a function that is used by the options manager internally to check whether an option set by the user is allowed.

Usage

inlist(...)

inrange(min = -Inf, max = Inf)

Arguments

...

comma-separated list of allowed values.

min

minimum value (for numeric options)

max

maximum value (for numeric options)

See Also

options_manager for examples.


settings

Software Option Settings Manager for R

v0.2.7
GPL-3
Authors
Mark van der Loo
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.