MINI MINI MANI MO
%
% 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{
BI(Business Intelligence) 웹 포털과 같은 외부 툴 사용을 위한
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