The R Project SVN R

Rev

Rev 31073 | Rev 34636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31073 Rev 33933
Line 104... Line 104...
104
}
104
}
105
\section{Warning}{
105
\section{Warning}{
106
  Although the default for \code{drop} is \code{TRUE}, the default
106
  Although the default for \code{drop} is \code{TRUE}, the default
107
  behaviour when only one \emph{row} is left is equivalent to
107
  behaviour when only one \emph{row} is left is equivalent to
108
  specifying \code{drop = FALSE}.  To drop from a data frame to a list,
108
  specifying \code{drop = FALSE}.  To drop from a data frame to a list,
109
  \code{drop = FALSE} has to specified explicitly.
109
  \code{drop = TRUE} has to be specified explicitly.
110
}
110
}
111
\value{
111
\value{
112
  For \code{[} a data frame, list or a single column (the latter two
112
  For \code{[} a data frame, list or a single column (the latter two
113
  only when dimensions have been dropped).  If matrix indexing is used for
113
  only when dimensions have been dropped).  If matrix indexing is used for
114
  extraction a matrix results.
114
  extraction a matrix results.