The isa.option
function can be used in three forms. First,
calling it without any arguments returns a named list of the current
values of all isa options.
Second, calling it with a character scalar as the single argument, it
returns the value of the specified option.
Third, calling it with a named argument (or more named arguments) set
the specified options to the given values.
Here is a list of all the currently supported options:
verbose
Logical scalar. Whether to report what the isa
functions are currently doing. Defaults to FALSE
.
status.function
A function object, it serves as a
callback for printing status messages.