powered by
nofactors
Turn all the factors of a data frame into characters.
nofactors(df)
data frame
wildcard
# NOT RUN { class(iris$Species) str(iris) out <- nofactors(iris) class(out$Species) str(out) # }
Run the code above in your browser using DataLab