Learn R Programming

SoundexBR (version 1.1)

int2char: Interger to Character

Description

Declares integer inputs as UTF-8 output.

Usage

int2char(x)

Arguments

x
A vector consisting of whole numbers.

See Also

char2int, iconv.

Examples

Run this code
int2char(c(84,104,105,115,32,115,104,111,117,108,100,32,98,101,
32,119,104,111,108,101,32,110,117,109,98,101,114,115))

Run the code above in your browser using DataLab