Description Usage Arguments Value
View source: R/convert_pinyin.R
Convert Chinese strings to pinyin.
1 |
Chin.strs |
The string need to be converted. Note, it should have a declared encoding, preferably UTF-8 |
tones |
Whether the output should be toned (T) or toneless. |
multi |
Whether the output should list multiple pinyins for characters with multiple pronunciations |
sep |
Character used to seperate different characters. Must be ” or '_' for proper operation |
... |
Unused |
pinyin of Chin.str
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.