isNaOrEmpty | R Documentation |
is an object NA or equal to the empty string "" (after trimming)?
isNaOrEmpty(x)
x |
object to be tested for NA or being empty (equal to "", after trimming) |
(vector of) logical, being TRUE for each element in x that is NA or the empty string "" (after trimming)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.