Operand | R Documentation |
Operand class for filtering JumpStart content.
Operand class for filtering JumpStart content.
resolved_value
Getter method for resolved_value.
new()
Initialize Operand Class
Operand$new(unresolved_value, resolved_value = BooleanValues$UNEVALUATED)
unresolved_value
(Any): The unresolved value of the operator.
resolved_value
(BooleanValues): The resolved value of the operator.
validate_operand()
Validate operand and return “Operand“ object.
Operand$validate_operand(operand)
operand
(Any): The operand to validate.
eval()
Evaluates operand.
Operand$eval()
format()
format class
Operand$format()
clone()
The objects of this class are cloneable with this method.
Operand$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.