MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/ORExml/doc/man/it/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/ORExml/doc/man/it/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 - Funzione di generazione di stringhe XML
}
\description{
Crea una stringa contenente una rappresentazione XML per oggetti \code{vector},
  \code{matrix}, \code{data.frame}, \code{list} o
  \code{\link[OREbase:ore-class]{ore}}.
}
\usage{
ore.toXML(obj)
}
\arguments{
  \item{obj}{
Oggetto A \code{vector}, \code{matrix}, \code{data.frame}, \code{list} o
    \code{\link[OREbase:ore-class]{ore}}.
}
}
\details{
Genera stringhe XML destinate ad essere utilizzate da strumenti esterni, ad esempio
  i portali Web di Business Intelligence (BI).
}
\value{
Stringa di caratteri contenente una rappresentazione XML di \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