is.not.null {shinyWGD} | R Documentation |
Check if an Object is Not NULL
Description
This function checks if an object is not NULL.
Usage
is.not.null(x)
Arguments
x |
An R object to check. |
Value
A logical value indicating whether the object is not NULL.
[Package shinyWGD version 1.0.0 Index]