chr {crayon}R Documentation

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.


[Package crayon version 1.5.2 Index]