nr_to_na {quincunx} | R Documentation |
Convert NR (Not Recorded) to NA (Not Available)
Description
This function converts the 'NR'
string to NA
.
Usage
nr_to_na(x)
Arguments
x |
a character vector. |
Value
a character vector whose 'NR'
have been replaced with
NA
.
[Package quincunx version 0.1.10 Index]