.parseRequest(RNCBI)
.parseRequest()所属R语言包:RNCBI
Parsing The Request
解析请求
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the request of the given object as a vector. The vector will look like: c("parameter-1 name", "parameter-1 value, "parameter-2 name", "parameter-2 value, ..., "parameter-n name", "parameter-n value). This structure is required for the interfaces of each web service operation in the java part.
返回作为一个矢量的给定对象的请求。矢量的样子:C(“参数名”,“参数值,”参数名“,”参数值2,...,“参数名称”,“参数n值)。这种结构所需的每个web服务的接口的操作在java一部分。
用法----------Usage----------
.parseRequest(thisObj, obj)
参数----------Arguments----------
参数:thisObj
Object from the NCBIClass to access the interface.
对象访问接口NCBIClass。
参数:obj
An object of the operation classes.</table>
</表>的操作类的一个目的。
值----------Value----------
A vector with the request parameters and their values.
一个向量的请求参数和它们的值。
(作者)----------Author(s)----------
Martin Schumann
参见----------See Also----------
NCBIRequest
NCBIRequest
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|