replace_with_na {cleanepi} | R Documentation |
Detect and replace values with NA
from a vector
Description
Detect and replace values with NA
from a vector
Usage
replace_with_na(x, na_strings)
Arguments
x |
A |
na_strings |
A |
Value
A <vector>
where the specified values were replaced with
NA
if found.
[Package cleanepi version 1.1.0 Index]