The R Project SVN R

Rev

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

Rev 46659 Rev 46751
Line 29... Line 29...
29
    the minimum field width is needed, how should spaces be inserted?
29
    the minimum field width is needed, how should spaces be inserted?
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 \code{\a} (bell),
34
  This escapes backslash and the control characters \preformatted{\a} (bell),
35
  \code{\b} (backspace), \code{\f} (formfeed), \code{\n} (line feed),
35
  \preformatted{\b} (backspace), \preformatted{\f} (formfeed), \preformatted{\n} (line feed),
36
  \code{\r} (carriage return), \code{\t} (tab) and \code{\v} (vertical tab)
36
  \preformatted{\r} (carriage return), \preformatted{\t} (tab) and \preformatted{\v} (vertical tab)
37
  as well as any non-printable characters in a
37
  as well as any non-printable characters in a
38
  single-byte locale, which are printed in octal notation
38
  single-byte locale, which are printed in octal notation
39
  (\code{\xyz} with leading zeroes).
39
  (\preformatted{\xyz} with leading zeroes).
40
#ifdef unix
40
#ifdef unix
41
  (Which characters are non-printable depends on the current locale.)
41
  (Which characters are non-printable depends on the current locale.)
42
#endif
42
#endif
43
#ifdef windows
43
#ifdef windows
44
  (Windows' reporting of printable characters is unreliable, so all
44
  (Windows' reporting of printable characters is unreliable, so all