The R Project SVN R

Rev

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

Rev 32237 Rev 32240
Line 8... Line 8...
8
}
8
}
9
\usage{
9
\usage{
10
encodeString(x, w = 0, quote = "", right = FALSE, na = TRUE)
10
encodeString(x, w = 0, quote = "", right = FALSE, na = TRUE)
11
}
11
}
12
\arguments{
12
\arguments{
-
 
13
  \item{x}{A character vector, or an object that can be coerced to one
13
  \item{x}{A character vector.}
14
    by \code{\link{as.character}}.}
14
  \item{w}{integer: the minimum field width.}
15
  \item{w}{integer: the minimum field width.}
15
  \item{quote}{character: quoting character, if any.}
16
  \item{quote}{character: quoting character, if any.}
16
  \item{right}{logical: if the escaped string is shorter than \code{w}
17
  \item{right}{logical: if the escaped string is shorter than \code{w}
17
    characters, should it be left or right justified (by padding with
18
    characters, should it be left or right justified (by padding with
18
    spaces)?}
19
    spaces)?}