Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将非拉丁字符,特别是中文字符转换为拉丁字符?我一直在阅读有关 iconv 功能的信息,但我未能转换。一个简单的例子是,如果我想将此行转换为拉丁字符,
h <- "性别,出生日期"
我该怎么做?