is_var_empty {immunaut} | R Documentation |
Check if request variable is Empty
Description
Checks if the given variable is empty and optionally logs the variable name.
Usage
is_var_empty(variable)
Arguments
variable |
The variable to check. |
Value
boolean TRUE if the variable is considered empty, FALSE otherwise.
[Package immunaut version 1.0.1 Index]