Closed hadley closed 1 year ago
This is an attempt to take a comprehensive look at handling NAs in levels vs NAs in values:
NA
NAs
fct_na_levels_to_values()
fct_na_values_to_levels()
fct_explicit_na()
other_level = NA
This is an attempt to take a comprehensive look at handling
NA
s in levels vsNAs
in values:fct_na_levels_to_values()
andfct_na_values_to_levels()
(and deprecatingfct_explicit_na()
)other_level = NA
everywhere. (Fixes #291)