factorizeNonNumericColumns | R Documentation |
Given a data frame, this function turns non-numeric columns into factors.
factorizeNonNumericColumns(data)
data |
A data frame. Non-data frame inputs (e.g., a matrix) are coerced to a data frame. |
A column is considered numeric if its storage mode is numeric or if it is a character vector, it only contains character representations of numbers and possibly missing values encoded as "NA", "NULL", "NO DATA".
The input data frame with non-numeric columns turned into factors.
Peter Langfelder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.