listNumericIncompatibility: List incompatible values when converted into numeric values.
Description
List incompatible values when converted into numeric values.
Usage
listNumericIncompatibility(data = NULL)
Arguments
data
a data.frame to search for incomatible values when converted into numeric values
Value
a list which contains incompatible values for each variable in data.frame when converted into numeric variable.
Details
List incompatible values when converted into numeric values. Character or factor variables in data.frame are scanned to check whether the values in it is compatible, and incompatible values are returned as list. This function is intended for check before use of convertFromFactor.