The R Project SVN R

Rev

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

Rev 35281 Rev 35297
Line 47... Line 47...
47
  same type is escaped.  Note that justification is of the quoted
47
  same type is escaped.  Note that justification is of the quoted
48
  string, hence spaces are added outside the quotes.
48
  string, hence spaces are added outside the quotes.
49
}
49
}
50
\note{
50
\note{
51
  The default for \code{width} is different from \code{format.default},
51
  The default for \code{width} is different from \code{format.default},
52
  which as of \R 2.2.0 does similar things for character vectors.
52
  which as of \R 2.2.0 does similar things for character vectors (but
-
 
53
  without encoding using escapes).
53
}
54
}
54
\value{
55
\value{
55
  A character vector of the same length as \code{x}, with the same
56
  A character vector of the same length as \code{x}, with the same
56
  attributes (including names and dimensions).
57
  attributes (including names and dimensions) but with no class set.
57
}
58
}
58
\seealso{
59
\seealso{
59
  \code{\link{print.default}}
60
  \code{\link{print.default}}
60
}
61
}
61
\examples{
62
\examples{