阅读背景:

R 中的UNICODE字符转换为中文

来源:互联网 
a <- "\U00B5"
cat(a)
# µ
grep("U",a)
# integer(0)
nchar(a)



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: