Description Usage Arguments Value Author(s) Examples
View source: R/search_with_py.R
This function is used to search all pinyin with input one pinyin without shengdiao.
1 | search_with_py(pinyin_vector)
|
pinyin |
: a pin yin |
vector: all words of pitches with the pin yin
lgm
1 2 3 4 | search_with_py("fu")
search_with_py(c("fu","hu"))
search_with_py("f") # search all pin yin
that begins with "f"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.