MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/OREbase/doc/man/ko/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/OREbase/doc/man/ko/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