The R Project SVN R

Rev

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

Rev 24601 Rev 25099
Line 38... Line 38...
38
  characters (was about 70 before 1.3.1).
38
  characters (was about 70 before 1.3.1).
39
}
39
}
40
\seealso{
40
\seealso{
41
  \code{\link{paste}}, \code{\link{substr}} and \code{\link{strsplit}}
41
  \code{\link{paste}}, \code{\link{substr}} and \code{\link{strsplit}}
42
  for character concatenation and splitting,
42
  for character concatenation and splitting,
43
  \code{\link{chartr}} for character translation and casefolding (e.g. upper
43
  \code{\link{chartr}} for character translation and casefolding (e.g.,
44
  to lower case) and \code{\link{sub}}, \code{\link{grep}} etc for
44
  upper to lower case) and \code{\link{sub}}, \code{\link{grep}} etc for
45
  string matching and substitutions.  Note that
45
  string matching and substitutions.  Note that
46
  \code{help.search(keyword = "character")} gives even more links.
46
  \code{help.search(keyword = "character")} gives even more links.
47
%
47
%
48
  \code{\link{deparse}}, which is normally preferable to
48
  \code{\link{deparse}}, which is normally preferable to
49
  \code{as.character} for language objects.
49
  \code{as.character} for language objects.