to_chars: Convert discrete values into a single character...

Description Usage Arguments Examples

View source: R/helper_misc.R

Description

Convert all values in a data frame or matrix of characters to a single character representation

Usage

1

Arguments

x

Data frame or matrix of characters

Examples

1
2
d <- data.frame(x = c("11", "2"), y = c("2", "11"))
to_chars(d)

molic documentation built on June 2, 2021, 5:07 p.m.