Converts factors to strings
This function produces the opposite as the stringsAsFactors
argument in the data.frame
or read.table
functions;
it converts factors
columns to characters
.
factorsAsStrings(x)
x |
A |
A data.frame
where factors
are converted to
characters
.
Laurent Gatto
data(iris) str(iris) str(factorsAsStrings(iris))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.