The R Project SVN R

Rev

Rev 85065 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85065 Rev 85925
Line 30... Line 30...
30
    \code{justify == "none"} is equivalent to \code{width = 0}, for
30
    \code{justify == "none"} is equivalent to \code{width = 0}, for
31
    consistency with \code{format.default}.}
31
    consistency with \code{format.default}.}
32
}
32
}
33
\details{
33
\details{
34
  This escapes backslash and the control characters \samp{\\a} (bell),
34
  This escapes backslash and the control characters \samp{\\a} (bell),
35
  \samp{\\b} (backspace), \samp{\\f} (formfeed),
35
  \samp{\\b} (backspace), \samp{\\f} (form feed),
36
  \samp{\\n} (line feed, aka \dQuote{newline}),
36
  \samp{\\n} (line feed, aka \dQuote{newline}),
37
  \samp{\\r} (carriage return), \samp{\\t} (tab) and \samp{\\v}
37
  \samp{\\r} (carriage return), \samp{\\t} (tab) and \samp{\\v}
38
  (vertical tab) as well as any non-printable characters in a
38
  (vertical tab) as well as any non-printable characters in a
39
  single-byte locale, which are printed in octal notation (\samp{\\xyz}
39
  single-byte locale, which are printed in octal notation (\samp{\\xyz}
40
  with leading zeroes).
40
  with leading zeroes).