convertFromSOAP(SSOAP)
convertFromSOAP()所属R语言包:SSOAP
Convert SOAP result to S object
转换SOAP结果的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function and its methods provide facilities for converting data from a SOAP XML structure to a “value” object in R.
这个通用的功能和它的方法提供从SOAP XML结构的数据转换设施,以“价值”的对象在R
用法----------Usage----------
convertFromSOAP(val, type, nodeName = "return", ...)
参数----------Arguments----------
参数:val
the XML object representing the data.
XML对象表示数据。
参数:type
the target “type” of object to which the XML should be converted.
目标应转换的XML对象的“类型”。
参数:nodeName
the name of the node in the SOAP response that is the container for the content of the response. This is often "return" but can be any legal XML node name and is often given to us in a WSDL.
在SOAP响应,响应的内容是集装箱节点的名称。这通常是"return"但可以是任何合法的XML节点的名称,并经常给我们在WSDL。
参数:...
additional arguments for (future) methods
(未来)方法的其他参数
值----------Value----------
An R object of the type identified by type.
一个确定type的类型的R对象。
参考文献----------References----------
http://www.omegahat.org/SSOAP, http://www.omegahat.org/bugs.
参见----------See Also----------
.SOAP
.SOAP
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|