not.null | R Documentation |
Given a list, returns TRUE for all entities that aren't NULL.
not.null(x)
x |
A vector to check for NULLs against. |
Elements that aren't NULL
not.null(list(1, NULL, 2, NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.