The R Project SVN R

Rev

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

Rev 70586 Rev 76031
Line 13... Line 13...
13
nzchar(x, keepNA = FALSE)
13
nzchar(x, keepNA = FALSE)
14
}
14
}
15
\description{
15
\description{
16
  \code{nchar} takes a character vector as an argument and
16
  \code{nchar} takes a character vector as an argument and
17
  returns a vector whose elements contain the sizes of
17
  returns a vector whose elements contain the sizes of
18
  the corresponding elements of \code{x}.
18
  the corresponding elements of \code{x}. Internally, it is a generic,
-
 
19
  for which methods can be defined.
19
 
20
 
20
  \code{nzchar} is a fast way to find out if elements of a character
21
  \code{nzchar} is a fast way to find out if elements of a character
21
  vector are non-empty strings.
22
  vector are non-empty strings.
22
}
23
}
23
\arguments{
24
\arguments{