The R Project SVN R

Rev

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

Rev 68948 Rev 69544
Line 1... Line 1...
1
% File src/library/base/man/character.Rd
1
% File src/library/base/man/character.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{character}
6
\name{character}
7
\alias{character}
7
\alias{character}
8
\alias{as.character}
8
\alias{as.character}
Line 59... Line 59...
59
  \code{as.character} breaks lines in language objects at 500
59
  \code{as.character} breaks lines in language objects at 500
60
  characters, and inserts newlines.  Prior to 2.15.0 lines were
60
  characters, and inserts newlines.  Prior to 2.15.0 lines were
61
  truncated.
61
  truncated.
62
}
62
}
63
\seealso{
63
\seealso{
-
 
64
  \code{\link{options}}: option \code{scipen} affects the conversion of
-
 
65
  numbers.
-
 
66
  
64
  \code{\link{paste}}, \code{\link{substr}} and \code{\link{strsplit}}
67
  \code{\link{paste}}, \code{\link{substr}} and \code{\link{strsplit}}
65
  for character concatenation and splitting,
68
  for character concatenation and splitting,
66
  \code{\link{chartr}} for character translation and casefolding (e.g.,
69
  \code{\link{chartr}} for character translation and casefolding (e.g.,
67
  upper to lower case) and \code{\link{sub}}, \code{\link{grep}} etc for
70
  upper to lower case) and \code{\link{sub}}, \code{\link{grep}} etc for
68
  string matching and substitutions.  Note that
71
  string matching and substitutions.  Note that