intToEnc: Converts an integer vector to a character vector.

Description Usage Arguments Value See Also Examples

Description

Conversion of integer vector to character vector. The encoding of the character vector can be specified but will default to the current locale.

Usage

1
  intToEnc(x, encoding = localeToCharset())

Arguments

x

Integer vector

encoding

A character string describing the encoding of x. Defaults to the current locale. See also iconvlist

Value

A character vector

See Also

encToInt, iconv and utf8ToInt

Examples

1
intToEnc(8212)

andrie/surveyortools documentation built on May 10, 2019, 11:42 a.m.