is_negative | R Documentation |
Return TRUE if the value is negative.
is_negative(x)
x |
A numeric vector |
A boolean vector with the return from the condition check.
is_negative(4)
is_negative(-4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.