Description Usage Arguments Value Author(s) Examples
This display query result.
1 | youdaoDisplay(youdaoObj, word)
|
youdaoObj |
A list returned from Youdao Translate. |
word |
The word you want to look up. |
Return a character.
Ke-Hao Wu
1 2 3 4 5 6 7 | library(RCurl)
library(rjson)
apikey = "498375134"
keyfrom = "JustForTestYouDao"
word = "youdao"
Obj = youdaoTranslate(word,api=apikey,keyfrom=keyfrom)
youdaoDisplay(Obj,word)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.