coerceFactorsToChar {dataCompareR}R Documentation

coerceFactorsToChar: convert all factor type fields to characters

Description

coerceFactorsToChar: convert all factor type fields to characters

Usage

coerceFactorsToChar(DF)

Arguments

DF

Input dataframe

Value

DF with factor fields converted to character type

Examples

## Not run: coerceFactorsToChar(iris)

[Package dataCompareR version 0.1.4 Index]