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

View source: R/UnfactorColumns.R

UnfactorColumnsR Documentation

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)

Arguments

x

A dataframe

Value

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

Author(s)

Stephen R. Haptonstahl srh@haptonstahl.org


FastImputation documentation built on Sept. 25, 2023, 5:06 p.m.