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 String Generation Function}
\description{
Creates a string containing an XML representation for \code{vector},
\code{matrix}, \code{data.frame}, \code{list} or
\code{\link[OREbase:ore-class]{ore}} objects.
}
\usage{
ore.toXML(obj)
}
\arguments{
\item{obj}{
A \code{vector}, \code{matrix}, \code{data.frame}, \code{list} or
\code{\link[OREbase:ore-class]{ore}} object.
}
}
\details{
Generates XML strings intended for consumption by external tools, such
as Business Intelligence (BI) web portals.
}
\value{
A character string containing an XML representation of \code{obj}.
}
\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