Last chance! 50% off unlimited learning
Sale ends in
5
d
13
h
18
m
22
s
Buy Now
Rdocumentation
powered by
Learn R Programming
Kmisc (version 0.4.0-1)
factor_to_char: Converts Factors to Characters in an Object
Description
Converts factors to characters in an object. Leaves non-character elements untouched.
Usage
factor_to_char(X)
Arguments
X
an object.
Details
We iterate through all elements in the object (e.g. if it is a list) and convert anything that is a factor into a character.