check_nan | R Documentation |
Check to see if a value is NA, NULL, or ""
check_nan(x)
x |
character. Expects length of 1 when not NULL (or NA). |
logical
check_nan(NaN)
check_nan(NA)
check_nan(NULL)
check_nan('')
check_nan('x')
check_nan(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.