Learn R Programming

RYoudaoTranslate (version 1.0)

RYoudaoTranslate-package: R package provide functions to translate English words into Chinese.

Description

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.

Arguments

Details

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

Examples

Run this code
	library(RCurl)
	library(rjson)
	apikey = "498375134"
	keyfrom = "JustForTestYouDao"
	youdaoLookUp("youdao",api=apikey,keyfrom=keyfrom)

Run the code above in your browser using DataLab