setCheckLevel {simplace}R Documentation

Sets the check level of simplace

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 initSimplace

level

is a string with possible values: "CUSTOM,"STRICT","INTENSE","LAZY","OFF","ONLY"

Examples

## Not run: 
setCheckLevel(simplace, "STRICT")
## End(Not run)

[Package simplace version 4.2.4 Index]