level_to_variable: Convert dataframe with factor to character

Description Usage Arguments Value See Also Examples

View source: R/tools.R

Description

Convert dataframe with factor to character

Usage

1

Arguments

dt

dataframe

warn

warning option

Value

The dataframe with the leveled columns converted to the character columns.

See Also

Other Utils: SRF_simulate(), cal.metrics.vector(), cal.metrics(), trim_sd()

Examples

1
2
x = data.frame(x=seq(1,10), y=as.character(rep(c(1,2),5)))
x_ = level_to_variable(x)

bishun945/FCMm documentation built on Oct. 15, 2021, 6:43 p.m.