The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 27... Line 27...
27
  It prints all element of \code{x} which contain non-ASCII characters,
27
  It prints all element of \code{x} which contain non-ASCII characters,
28
  preceded by the element number and with non-ASCII bytes highlighted
28
  preceded by the element number and with non-ASCII bytes highlighted
29
  \emph{via} \code{\link{iconv}(sub = "byte")}.
29
  \emph{via} \code{\link{iconv}(sub = "byte")}.
30
}
30
}
31
\value{
31
\value{
32
  The elements of \code{x} containing non-ASCII characters will be returned 
32
  The elements of \code{x} containing non-ASCII characters will be returned
33
  invisibly.
33
  invisibly.
34
}
34
}
35
\examples{
35
\examples{
36
out <- c(
36
out <- c(
37
"fa\xE7ile test of showNonASCII():",
37
"fa\xE7ile test of showNonASCII():",