powered by
Conversion of integer vector to character vector. The encoding of the character vector can be specified but defaults to the current locale.
intToEnc(x, encoding = localeToCharset())
Integer vector
A character string describing the encoding of x. Defaults to the current locale. See also iconvlist()
iconvlist()
A character vector
iconv()
Other Functions to clean data: encToInt, fixCommonEncodingProblems, fixLevels01R, fixLevels01SPSS, fixLevels01, hasDK, leveltestR, leveltestSPSS, removeAllDK, removeDK
encToInt
fixCommonEncodingProblems
fixLevels01R
fixLevels01SPSS
fixLevels01
hasDK
leveltestR
leveltestSPSS
removeAllDK
removeDK
# NOT RUN { intToEnc(8212) # }
Run the code above in your browser using DataLab