Last data update: 2014.03.03

R: Display query result.
youdaoDisplayR Documentation

Display query result.

Description

This display query result.

Usage

youdaoDisplay(youdaoObj, word)

Arguments

youdaoObj

A list returned from Youdao Translate.

word

The word you want to look up.

Value

Return a character.

Author(s)

Ke-Hao Wu

Examples

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

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/youdaoDisplay.Rd_%03d_medium.png", width=480, height=480)
> ### Name: youdaoDisplay
> ### Title: Display query result.
> ### Aliases: youdaoDisplay
> ### Keywords: Youdao
> 
> ### ** Examples
> 
> 	library(RCurl)
> 	library(rjson)
> 	apikey = "498375134"
> 	keyfrom = "JustForTestYouDao"
> 	word = "youdao"
> 	Obj = youdaoTranslate(word,api=apikey,keyfrom=keyfrom)
> 	youdaoDisplay(Obj,word)
                                                                                                                             youdao 
"Youdao,<U+6709><U+9053><U+589E><U+5F3A><U+7248><U+6709><U+9053>; Li Youdao,<U+674E><U+6E38><U+9053>; Youdao Translator,<U+6709><U+9053><U+7FFB><U+8BD1><U+5B98>" 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>