View source: R/UnfactorColumns.R
UnfactorColumns | R Documentation |
Convert columns of a dataframe from factors to character or numeric.
UnfactorColumns(x)
x |
A dataframe |
A dataframe containing the same data but any factor
columns have been replaced with numeric or character columns.
Stephen R. Haptonstahl srh@haptonstahl.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.