fac_to_chr: Turns factors to character strings in a data frame

Description Usage Arguments Value Examples

View source: R/padis_general_functions.R

Description

Turns factors to character strings in a data frame

Usage

1

Arguments

data

The data frame that should be converted

Value

A data frame in which all factors are converted to character strings.

Examples

1
2
data <- data.frame(a = c(1, 2, 3), b = as.factor(c(a, b, c)))
fac_to_chr(data)

kthorstmann/padis documentation built on May 24, 2019, 5:01 a.m.