The R Project SVN R

Rev

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

Rev 27401 Rev 27440
Line 21... Line 21...
21
  If a value is specified for \code{collapse}, the values in the result
21
  If a value is specified for \code{collapse}, the values in the result
22
  are then concatenated into a single string, with the elements being
22
  are then concatenated into a single string, with the elements being
23
  separated by the value of \code{collapse}.
23
  separated by the value of \code{collapse}.
24
}
24
}
25
\value{
25
\value{
26
  A character vector of the concatenated values.  Thus will be of length
26
  A character vector of the concatenated values.  This will be of length
27
  zero if all the objects are, unless \code{collapse} is non-NULL, in
27
  zero if all the objects are, unless \code{collapse} is non-NULL, in
28
  which case it is a single empty string.
28
  which case it is a single empty string.
29
}
29
}
30
\references{
30
\references{
31
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
31
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)