is_zero | R Documentation |
Check if a given, single, number is 0 or not
is_zero(num)
num |
a numerical vector of length one |
a boolean, TRUE if num is 0
is_zero(1)
is_zero(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.