is_var_empty: Check if request variable is Empty

View source: R/utils.R

is_var_emptyR 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.


immunaut documentation built on April 12, 2025, 1:22 a.m.