Description Usage Arguments Value Note Author(s) See Also Examples
Chooses (set.eow()
) or queries (get.eow()
), the
reaction to maxit
being exceeded in mleDb()
or mleBb()
. The possible reactions are to throw
an error or to issue a warning. The choice is effected
by calling set.eow()
which sets the value of
options()[["maxitErrorOrWarning"]]
. The current choice
is revealed by get.eow()
. This choice is set equal to
"error"
at startup.
1 2 |
eow |
Character string that specifies the reaction to |
No value is returned by set.eow()
. the value of
"maxitErrorOrWarn"
in options()
.
The function get.eow()
returns the current value of
options[["maxitErrorOrWarn"]]
.
It seems unlikely that you would want to change the option from the value that is set at startup. This function is provided “just in case”.
Rolf Turner r.turner@auckland.ac.nz
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.