crayon (version 1.5.2)

chr: Convert to character

Description

This function just calls as.character(), but it is easier to type and read.

Usage

chr(x, ...)

Value

Character value.

Arguments

x

Object to be coerced.

...

Further arguments to pass to as.character().