Compute the SOAP type identifier for an S object
计算的对象的SOAP类型标识符
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This determines the SOAP type for the given S object so that it can be used in an XML element. It returns a collection of name-value pairs (as a named character vector) which can be used as XML attributes forthe element defining the value.
这就决定了给定的对象,所以它可以在一个XML元素的SOAP类型。它返回一个名称 - 值对的集合(作为命名的特征向量),它可以作为XML属性欢喜定义值的元素。
用法----------Usage----------
getSOAPType(obj, value = NULL)
参数----------Arguments----------
参数:obj
the S object whose SOAP type information is to be determined
被确定的对象,其SOAP类型信息是
参数:value
for arrays, this specifies the type of the elements of that array.
这个阵列,指定该数组元素的类型。
Details
详情----------Details----------
This consults SOAPTypes to find the types.
该咨询SOAPTypes找到的类型。
值----------Value----------
A named character vector giving the XML attribute name and value pairs.
命名的特征向量XML属性名称和值对。
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>