Learn R Programming

simplace (version 5.1.2)

setCheckLevel: 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)

Value

No return value, called for the side effect of setting the check 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

Run this code
if (FALSE) {
setCheckLevel(simplace, "STRICT")}

Run the code above in your browser using DataLab