Learn R Programming

wildcard (version 1.0.3)

nofactors: Function nofactors

Description

Turn all the factors of a data frame into characters.

Usage

nofactors(df)

Arguments

df

data frame

See Also

wildcard

Examples

Run this code
# NOT RUN {
class(iris$Species)
str(iris)
out <- nofactors(iris)
class(out$Species)
str(out)
# }

Run the code above in your browser using DataLab