ezIsSpecified | R Documentation |
A value is specified if it is not NULL
, it is not an empty vector, empty list or empty string.
If the value is a vector, the first element must be different from the empty string.
ezIsSpecified(x)
x |
usually a parameter to check. |
Returns FALSE or TRUE.
Rehrauer, Hubert
Schmid, Peter
ezIsSpecified(5)
ezIsSpecified(c("this","is"))
ezIsSpecified(c("","this isn't"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.