Description Usage Arguments Value See Also Examples
Convert dataframe with factor to character
| 1 | level_to_variable(dt, warn = FALSE)
 | 
| dt | dataframe | 
| warn | warning option | 
The dataframe with the leveled columns converted to the character columns.
Other Utils: 
SRF_simulate(),
cal.metrics.vector(),
cal.metrics(),
trim_sd()
| 1 2 | x = data.frame(x=seq(1,10), y=as.character(rep(c(1,2),5)))
x_ = level_to_variable(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.