Description Details Author(s) Examples
This package provides interface to Youdao translation open API for R user. Users can translate thousands of words as soon as possible. It is worth to mention that you could only translate 1000 English words per day into Chinese for Youdao open api privacy.
Package: | RYoudaoTranslate |
Type: | Package |
Version: | 1.0 |
Date: | 2014-02-23 |
License: | GPL(>= 2) |
This package make it easy to look up thousands of words. It contains four functions: youdaoUrl, youdaoTranslate,youdaoDisplay and youdaoLookUp
Ke-Hao Wu
Maintainer: Ke-Hao Wu <KeHao.Wu@gmail.com>
1 2 3 4 5 | library(RCurl)
library(rjson)
apikey = "498375134"
keyfrom = "JustForTestYouDao"
youdaoLookUp("youdao",api=apikey,keyfrom=keyfrom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.