Description Usage Arguments Details Value Author(s)
Convert factors into numeric/character/logical vectors.
1 | unfactor(x)
|
x |
A factor vector, list or dataframe. |
This function converts factor vectors into a numeric, character or logical vectors depending on the contents. If 'x' is a list or dataframe then any constituent factors will be converted.
A vector, list or dataframe containing no factors.
Ben Veal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.