as_factorALL | R Documentation |
Convierte a factor todas las columnas tipo caracter de un dataframe.
as_factorALL(dataframe)
dataframe |
Dataframe |
Un dataframe con todas las variables tipo caracter convertidas a factor.
data(iris)
iris2<- as_factorALL(iris)
str(iris2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.