The R Project SVN R

Rev

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

Rev 37667 Rev 38402
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 (but
52
  which does similar things for character vectors but without encoding
53
  without encoding using escapes).
53
  using escapes.
54
}
54
}
55
\value{
55
\value{
56
  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
57
  attributes (including names and dimensions) but with no class set.
57
  attributes (including names and dimensions) but with no class set.
58
}
58
}