setCheckLevel {simplace} | R Documentation |
Sets the check level. OFF does no check at all, STRICT the most severe.
You have to call initSimplace
first.
setCheckLevel(simplace, level)
simplace |
handle to the SimplaceWrapper object returned by |
level |
is a string with possible values: "CUSTOM,"STRICT","INTENSE","LAZY","OFF","ONLY" |
## Not run: setCheckLevel(simplace, "STRICT") ## End(Not run)