is_empty_str {gwasrapidd} | R Documentation |
Is string empty or an all whitespace string?
Description
Matches the string
vector against "^\\s*$"
.
Usage
is_empty_str(str, convert_NA_to_FALSE = TRUE)
Arguments
str |
A |
convert_NA_to_FALSE |
Whether to treat |
Value
A logical
.
[Package gwasrapidd version 0.99.18 Index]