简体   繁体   中英

hexdump of character vector in R?

To debug Korean characters (which happen to be shown as question mark("?") in R studio), I want to hexdump character vector. At least I want to access a char.

https://rpubs.com/mauriciocramos/encoding

paste(charToRaw(x),collapse=":")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM