How to convert special characters into unicode in R?

↘锁芯ラ 提交于 2019-12-11 13:54:04

问题


When doing some textual data cleaning in R, I can found some special characters. In order to get rid of them, I have to know their unicodes, for example € is \u20AC. I would like to know if it is possible "see" the unicodes with a function that take into account the string within the special character as an input?

来源:https://stackoverflow.com/questions/37703291/how-to-convert-special-characters-into-unicode-in-r

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!