The R Project SVN R

Rev

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

Rev 23011 Rev 24300
Line 15... Line 15...
15
  \item{\dots}{objects to be concatenated.}
15
  \item{\dots}{objects to be concatenated.}
16
  \item{recursive}{logical. If \code{recursive=TRUE}, the function
16
  \item{recursive}{logical. If \code{recursive=TRUE}, the function
17
    recursively descends through lists combining all their elements
17
    recursively descends through lists combining all their elements
18
    into a vector.}
18
    into a vector.}
19
}
19
}
-
 
20
\references{
-
 
21
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
22
  \emph{The New S Language}.
-
 
23
  Wadsworth \& Brooks/Cole.
-
 
24
}
20
\seealso{
25
\seealso{
21
  \code{\link{unlist}} and \code{\link{as.vector}} to produce
26
  \code{\link{unlist}} and \code{\link{as.vector}} to produce
22
  attribute-free vectors.
27
  attribute-free vectors.
23
}
28
}
24
\examples{
29
\examples{