setCheckLevel {simplace} | R Documentation |
Sets the check level of the framework
Description
Sets the check level. OFF does no check at all, STRICT the most severe.
You have to call initSimplace
first.
Usage
setCheckLevel(simplace, level)
Arguments
simplace |
handle to the SimplaceWrapper object returned by |
level |
is a string with possible values: "CUSTOM,"STRICT","INTENSE","LAZY","OFF","ONLY" |
Value
No return value, called for the side effect of setting the check level
Examples
## Not run:
setCheckLevel(simplace, "STRICT")
## End(Not run)
[Package simplace version 5.0.13 Index]