Rdocumentation
powered by
Learn R Programming
Kmisc (version 0.2.0)
kFactorToChar: Converts Factors to Characters in Data Frame
Description
Converts factors to characters in a
data.frame
. Leaves non-factor columns untouched.
Usage
kFactorToChar(x)
Arguments
x
a
data.frame
or
list
object.