简体   繁体   English

R中字符向量的十六进制转储?

[英]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. 要调试朝鲜语字符(在R studio中碰巧显示为问号(“?”)),我想转储字符向量。 At least I want to access a char. 至少我要访问一个字符。

https://rpubs.com/mauriciocramos/encoding

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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