coerceFactorsToChar {dataCompareR} | R Documentation |
coerceFactorsToChar: convert all factor type fields to characters
coerceFactorsToChar(DF)
DF |
Input dataframe |
DF
with factor fields converted to character type
## Not run: coerceFactorsToChar(iris)