setCheckLevel: Sets the check level of the framework

View source: R/SimplaceWrapper.R

setCheckLevelR 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 initSimplace

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)

simplace documentation built on Aug. 24, 2023, 3:03 p.m.