Learn R Programming

htmlTable (version 2.4.3)

prConvertDfFactors: Convert all factors to characters to print them as they expected

Description

Convert all factors to characters to print them as they expected

Usage

prConvertDfFactors(x)

Value

The data frame with factors as characters

Arguments

x

The matrix/data.frame with the data. For the print and knit_print it takes a string of the class htmlTable as x argument.