Description Usage Arguments Value See Also
Converts a data.frame
that consists columns of
factors into a data.frame
consisting of integers
1 | fdfAsInt(x, useLevelNames = T)
|
x |
an object of class |
useLevelNames |
logical, indicating whether the labels of the levels should be converted to integers. This only makes sense if the levels are integers stored as characters. e.g. factor(c("3", "2", "3")) |
The data.frame with columns converted to integers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.