MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/OREbase/doc/man/zh_CN/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/OREbase/doc/man/zh_CN/ore.ls.Rd

%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. 
%
\name{ore.ls}
\alias{ore.ls}
\title{
Oracle R Enterprise 对象列表函数
}
\description{
返回用于提供 Oracle R Enterprise
  会话中方案的 \R \code{\linkS4class{ore.frame}} 中的可用
  \code{\link[base]{environment}} 对象 (表示数据库表和视图)
  名称的字符串向量。
}
\usage{
ore.ls(schema, all.names = FALSE, pattern)
}
\arguments{
  \item{schema}{
一个用于指定数据库方案名的字符串。
}
  \item{all.names}{
一个逻辑值, 该值指示是否要包括具有前导
    \code{.} 字符的对象。
}
  \item{pattern}{
一个可选的正则表达式, 将依据该表达式仅返回匹配的
    名称。
}
}
\details{
如果未指定参数 \code{schema}, 则将使用
  默认方案 (即在连接时为 Oracle R Enterprise 会话指定的
  方案)。
}
\value{
一个字符向量。
}
\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