| factorise | R Documentation | 
Convert character strings to factors in a dataset
factorise(x, ...)
| x | object of class data.frame | 
| ... | other parameters currently not used yet | 
a data.frame with the information in x where character columns are converted to factors
data(iris) str(iris) mydata <- factorise(iris) str(mydata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.