Last data update: 2014.03.03

R: Get result from youdao
youdaoTranslateR Documentation

Get result from youdao

Description

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.

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.

Value

A list will be returned.

Author(s)

Ke-Hao Wu

References

http://fanyi.youdao.com/openapi?path=data-mode http://www.youdao.com/help/fanyiapi/privacy/

Examples

	library(RCurl)
	library(rjson)
	apikey = "498375134"
	keyfrom = "JustForTestYouDao"
	word = "youdao"
	Obj = youdaoTranslate(word,api=apikey,keyfrom=keyfrom)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RYoudaoTranslate)
Loading required package: RCurl
Loading required package: bitops
Loading required package: rjson
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RYoudaoTranslate/youdaoTranslate.Rd_%03d_medium.png", width=480, height=480)
> ### Name: youdaoTranslate
> ### Title: Get result from youdao
> ### Aliases: youdaoTranslate
> ### Keywords: Youdao
> 
> ### ** Examples
> 
> 	library(RCurl)
> 	library(rjson)
> 	apikey = "498375134"
> 	keyfrom = "JustForTestYouDao"
> 	word = "youdao"
> 	Obj = youdaoTranslate(word,api=apikey,keyfrom=keyfrom)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>