fact2char {mark} | R Documentation |
Factor to character
Description
Convert factor columns to characters in a data.frame
Usage
fact2char(data, threshold = 10)
Arguments
data |
A |
threshold |
A threshold for the number of levels to be met/exceeded for transforming into a character |
Value
The data.frame
data
with factors converted by the rule above
See Also
Other factors:
as_ordered()
,
char2fact()
,
drop_levels()
,
fact()
,
fact_na()
[Package mark version 0.8.0 Index]