crayon (version 1.3.2)

chr: Convert to character

Description

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

Usage

chr(x, ...)

Arguments

x
Object to be coerced.
...
Further arguments to pass to as.character.

Value

Character value.