Description Usage Arguments See Also Examples
View source: R/ui.R
Turn all the factors of a data frame into characters.
1
nofactors(df)
df
data frame
wildcard
1 2 3 4 5
class(iris$Species) str(iris) out <- nofactors(iris) class(out$Species) str(out)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.