This function return a result from youdao translation using url privided by youdaoUrl function.
Usage
youdaoTranslate(word, api, keyfrom)
Arguments
word
The word you want to look up.
api
A Youdao API key. You can get it from http://fanyi.youdao.com/openapi.
keyfrom
A Youdao keyfrom. You can get it from http://fanyi.youdao.com/openapi.
Value
A list will be returned.
Details
All of three arguments are needed. This function will call youdaoUrl using getURL from RCurl package. The result is processed by fromJSON from rjson package.