dataCompareR (version 0.1.1)

coerceFactorsToChar: 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

Run this code
# NOT RUN {
coerceFactorsToChar(iris)
# }

Run the code above in your browser using DataCamp Workspace