| not_empty | R Documentation |
Stops execution if x is NULL, empty, or contains only NAs.
not_empty(x, msg = "Input must not be empty.")
x |
The object to check |
msg |
The error message to display |
Invisible TRUE if valid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.