View source: R/utils_checkValue.R
is_posNum | R Documentation |
Is this object a positive number? (Or non-negative)
is_posNum(x, zero_ok = FALSE)
x |
The value to check |
zero_ok |
Is a value of zero ok? |
Logical indicating if x
is a single positive or non-negative
number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.