View source: R/decision_rule.R
is.decision_rule | R Documentation |
Test if the given object has an 'decision_rule' class.
is.decision_rule(decision_rule)
decision_rule |
Input object to test |
Logic
drule <- decision_rule$new() is.decision_rule(drule)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.