single_value | R Documentation |
Wrapper for possible null objects
single_value(x)
x |
Object to check |
The same object or NA if the object is null.
single_value(1) single_value(NA) single_value(NULL) single_value(1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.