int2char {SoundexBR}R Documentation

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

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))

[Package SoundexBR version 1.2 Index]