MINI MINI MANI MO
%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.ls}
\alias{ore.ls}
\title{Oracle R Enterprise Object Listing Function}
\description{
Returns a vector of character strings giving the names of the
\code{\linkS4class{ore.frame}} objects, representing database tables
and views, available in the \R \code{\link[base]{environment}} for a
schema in the Oracle R Enterprise session.
}
\usage{
ore.ls(schema, all.names = FALSE, pattern)
}
\arguments{
\item{schema}{
A character string specifying the database schema name.
}
\item{all.names}{
A logical value indicating whether to include objects with a leading
\code{.} character.
}
\item{pattern}{
An optional regular expression whereby only matching names are
returned.
}
}
\details{
If argument \code{schema} is unspecified, the default schema - the one
specified at connection time for the Oracle R Enterprise session - is
used.
}
\value{
A character vector.
}
\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{ore.attach}},
\code{\link{ore.connect}},
\code{\link{ore.exists}},
\code{\link{ore.get}},
\code{\link{ore.rm}},
\code{\link{ore.sync}}
}
\examples{
if (!interactive())
{
ore.ls()
ore.ls("RQUSER")
ore.ls("RQUSER", all.names = TRUE)
ore.ls("RQUSER", pattern = "IR")
}
}
\keyword{environment}
\keyword{database}
\keyword{ORE}
OHA YOOOO