Description Usage Arguments Value Examples
Functions to check if inputs are NULL, zero length, "", 0 or FALSE. Useful to check if an input inside a shiny app is empty.
1 2 3 4 5 6 7 8 9 10 11 | is_input_empty(.x)
is_empty(.x)
is_empty_character(.x)
is_empty_or_zero(.x)
is_empty_or_false(.x)
is_empty_or_na(.x)
|
.x |
An object. |
Logical value.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.