fact_na {mark} | R Documentation |
fact
with NA
Description
Included NA
values into fact()
Usage
fact_na(x, remove = FALSE)
Arguments
x |
A |
remove |
If |
Details
This re-formats the x
value so that NA
s are found immediately within the
object rather than accessed through its attributes.
Value
A fact
vector
See Also
Other factors:
as_ordered()
,
char2fact()
,
drop_levels()
,
fact()
,
fact2char()
[Package mark version 0.8.0 Index]