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

View source: R/helper_misc.R

to_charsR Documentation

Convert discrete values into a single character representation

Description

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

Usage

to_chars(x)

Arguments

x

Data frame or matrix of characters

Examples

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

mlindsk/molic documentation built on April 1, 2022, 5:21 p.m.