Learn R Programming

FastImputation (version 2.2.1)

UnfactorColumns: Convert columns of a dataframe from factors to character or numeric.

Description

Convert columns of a dataframe from factors to character or numeric.

Usage

UnfactorColumns(x)

Value

A dataframe containing the same data but any factor columns have been replaced with numeric or character columns.

Arguments

x

A dataframe

Author

Stephen R. Haptonstahl srh@haptonstahl.org