pinyin {ecce} | R Documentation |
When you pass in a Chinese character, you can obtain the pinyin of the Chinese character, so that you can more easily understand the pronunciation of the Chinese character.
pinyin(input)
input |
A string consisting of Chinese character or sentences. |
A string consisting of pinyin and input Chinese character.
## Not run:
pinyin("type Chinese character")
## End(Not run)