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.get.Rd

%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. 
%
\name{ore.get}
\alias{ore.get}
\title{
Oracle R Enterprise 对象检索函数
}
\description{
从 Oracle R Enterprise 会话中的
  方案的 \R \code{\linkS4class{ore.frame}} 中检索
  表示数据库表或视图的
  命名 \code{\link[base]{environment}} 对象。
}
\usage{
ore.get(name, schema)
}
\arguments{
  \item{name}{
一个用于指定 \code{\linkS4class{ore.frame}} 对象名称
    的字符串。
}
  \item{schema}{
一个用于指定数据库方案名的字符串。
}
}
\details{
如果未指定参数 \code{schema}, 则将
  按照搜索列表顺序, 在 Oracle R Enterprise 会话
  中方案的所挂接 \R 环境中执行搜索, 并返回
  找到的第一个对象实例。
}
\value{
如果是在参数 \code{schema} 中找到的, 则返回一个
  \code{\linkS4class{ore.frame}} 对象。如果未找到, 则生成
  错误。
}
\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.ls}},
  \code{\link{ore.rm}},
  \code{\link{ore.sync}}
}
\examples{
if (!interactive())
{
  ore.create(data.frame(x=3, y="A", z=TRUE), table = "TABLE_GET")
  # search in the default schema
  ore.get("TABLE_GET")
  # search in the specified schema
  ore.get("TABLE_GET", "RQUSER")
  ore.drop(table = "TABLE_GET")
}
}
\keyword{data}
\keyword{database}
\keyword{ORE}

OHA YOOOO