The R Project SVN R

Rev

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

Rev 84772 Rev 85145
Line 16... Line 16...
16
\usage{
16
\usage{
17
encodeString(x, width = 0, quote = "", na.encode = TRUE,
17
encodeString(x, width = 0, quote = "", na.encode = TRUE,
18
             justify = c("left", "right", "centre", "none"))
18
             justify = c("left", "right", "centre", "none"))
19
}
19
}
20
\arguments{
20
\arguments{
21
  \item{x}{A character vector, or an object that can be coerced to one
21
  \item{x}{a character vector, or an object that can be coerced to one
22
    by \code{\link{as.character}}.}
22
    by \code{\link{as.character}}.}
23
  \item{width}{integer: the minimum field width.  If \code{NULL} or
23
  \item{width}{integer: the minimum field width.  If \code{NULL} or
24
    \code{NA}, this is taken to be the largest field width needed for
24
    \code{NA}, this is taken to be the largest field width needed for
25
    any element of \code{x}.}
25
    any element of \code{x}.}
26
  \item{quote}{character: quoting character, if any.}
26
  \item{quote}{character: quoting character, if any.}