MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/ORExml/doc/man/zh_TW/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/ORExml/doc/man/zh_TW/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{
建立包含 \code{vector}、
  \code{matrix}、\code{data.frame}、\code{list} 或
  \code{\link[OREbase:ore-class]{ore}} 物件 XML 表示的字串.
}
\usage{
ore.toXML(obj)
}
\arguments{
  \item{obj}{
一個 \code{vector}、\code{matrix}、\code{data.frame}、\code{list} 或
    \code{\link[OREbase:ore-class]{ore}} 物件.
}
}
\details{
產生要供外部工具 (例如 Business Intelligence (BI) Web 入口網站)
  使用的 XML 字串.
}
\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