Description Usage Arguments Value Examples
Convert factor columns in a rectangular object
1 |
x |
A list-like rectangular object such as a |
x
with factor columns converted to either integer or character,
as appropriate.
1 2 | x <- data.frame(a=factor(LETTERS[1:5]), b=factor(runif(5, 0, 1)))
removeFactorColumns(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.