Description Usage Arguments Value
return logical for sentence such as "3 > 4")
1 | parseComparatives(value1, comparative, value2)
|
value1 |
a number represented as a string, eg "3" |
comparative |
one of c(">", ">=", "<", "<=", "==") |
value2 |
a number represented as a string, eg "4" |
a logical as if the characters were evaluated such as 3 > 4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.