chr: Convert to character

View source: R/string.R

chrR 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.


r-pkgs/crayon documentation built on Nov. 9, 2023, 4:33 p.m.