MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/ORExml/doc/man/zh_CN/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/ORExml/doc/man/zh_CN/ore.toXML.Rd

%
% Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.toXML}
\alias{ore.toXML}
\title{
Oracle R Enterprise XML 字符串生成函数
}
\description{
创建一个包含以下对象的 XML 表示形式的字符串: \code{vector},
  \code{matrix}, \code{data.frame}, \code{list} 或
  \code{\link[OREbase:ore-class]{ore}} 对象。
}
\usage{
ore.toXML(obj)
}
\arguments{
  \item{obj}{
一个 \code{vector}, \code{matrix}, \code{data.frame}, \code{list} 或
    \code{\link[OREbase:ore-class]{ore}} 对象。
}
}
\details{
生成 XML 字符串供外部工具 (例如 Business Intelligence
  (BI) Web 门户) 使用。
}
\value{
一个包含 \code{obj} 的 XML 表示形式的字符串。
}
\references{
  \href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
  Oracle \email{oracle-r-enterprise@oracle.com}
}
\seealso{
  \code{\link[OREbase:ore-class]{ore}}
}
\examples{
ore.toXML(1:10)
irisXML <- ore.toXML(iris)
substring(irisXML, 1, 65)
}
\keyword{utilities}
\keyword{ORE}

OHA YOOOO