rule_value | R Documentation |
Values of decision rules are in .dxi
files encoded using character strings, where each
individual character encodes some function value. The encoding is zero-based, so that
"0"
represents the lowest ordinal number on the corresponding discrete scale.
rule_value(char)
converts a single character to the corresponding ordinal value.
rule_value(ch)
ch |
A single character, such as |
Corresponding integer value.
rule_value("1")
rule_value("Z")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.