The R Project SVN R

Rev

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

Rev 68948 Rev 85065
Line 13... Line 13...
13
strtrim(x, width)
13
strtrim(x, width)
14
}
14
}
15
\arguments{
15
\arguments{
16
  \item{x}{a character vector, or an object which can be coerced to a
16
  \item{x}{a character vector, or an object which can be coerced to a
17
    character vector by \code{\link{as.character}}.}
17
    character vector by \code{\link{as.character}}.}
18
  \item{width}{Positive integer values: recycled to the length of \code{x}.}
18
  \item{width}{positive integer values: recycled to the length of \code{x}.}
19
}
19
}
20
\details{
20
\details{
21
  \sQuote{Width} is interpreted as the display width in a monospaced
21
  \sQuote{Width} is interpreted as the display width in a monospaced
22
  font.  What happens with non-printable characters (such as backspace, tab)
22
  font.  What happens with non-printable characters (such as backspace, tab)
23
  is implementation-dependent and may depend on the locale (e.g., they
23
  is implementation-dependent and may depend on the locale (e.g., they