is_empty {genTS} | R Documentation |
Check if a variable is na or null or space
Description
check if string or list is empty (na, null or blank spaces).
Usage
is_empty(x)
Arguments
x |
a list or string |
Value
true or false
Author(s)
Hanming Tu
Examples
is_empty(NULL);
is_empty('');
is_empty(NA);
[Package genTS version 0.1.4 Index]