yn_to_numeric {admiral} | R Documentation |
Map "Y"
and "N"
to Numeric Values
Description
Map "Y"
and "N"
to numeric values.
Usage
yn_to_numeric(arg)
Arguments
arg |
Character vector |
Value
1
if arg
equals "Y"
, 0
if arg
equals "N"
, NA_real_
otherwise
See Also
Utilities for Formatting Observations:
convert_blanks_to_na()
,
convert_na_to_blanks()
Examples
yn_to_numeric(c("Y", "N", NA_character_))
[Package admiral version 1.1.1 Index]