The R Project SVN R

Rev

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

Rev 24300 Rev 28013
Line 27... Line 27...
27
}
27
}
28
\details{
28
\details{
29
  \code{substring} is compatible with S, with \code{first} and
29
  \code{substring} is compatible with S, with \code{first} and
30
  \code{last} instead of \code{start} and \code{stop}.
30
  \code{last} instead of \code{start} and \code{stop}.
31
  For vector arguments, it expands the arguments cyclically to the
31
  For vector arguments, it expands the arguments cyclically to the
32
  length of the longest.
32
  length of the longest \emph{provided} none are of zero length.
33
 
33
 
34
  When extracting, if \code{start} is larger than the string length then
34
  When extracting, if \code{start} is larger than the string length then
35
  \code{""} is returned.
35
  \code{""} is returned.
36
 
36
 
37
  For the replacement functions, if \code{start} is larger than the
37
  For the replacement functions, if \code{start} is larger than the