![[Stable]](figures/lifecycle-stable.svg)
SAS imports missing data as empty strings or strings with whitespaces only. This helper function can be used to
convert these values to NA
s.
Arguments
- x
(factor
or character
)
values for which any missing values should be substituted.
- empty
(flag
)
if TRUE
, empty strings get replaced by NA
.
- whitespaces
(flag
)
if TRUE
, strings made from only whitespaces get replaced with NA
.
Value
x
with ""
and/or whitespace-only values substituted by NA
, depending on the values of
empty
and whitespaces
.