The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 25... Line 25...
25
  For this to work properly, the arguments \code{\dots} should be
25
  For this to work properly, the arguments \code{\dots} should be
26
  unnamed, and dispatch is on the first argument.
26
  unnamed, and dispatch is on the first argument.
27
 
27
 
28
  Coercion of types other than integer (raw, double, complex, character,
28
  Coercion of types other than integer (raw, double, complex, character,
29
  list) gives a warning as this is often unintentional.
29
  list) gives a warning as this is often unintentional.
30
  
30
 
31
  This is a \link{primitive} function.  
31
  This is a \link{primitive} function.
32
}
32
}
33
\value{
33
\value{
34
  The value is a logical vector of length one.
34
  The value is a logical vector of length one.
35
  
35
 
36
  Let \code{x} denote the concatenation of all the logical vectors in
36
  Let \code{x} denote the concatenation of all the logical vectors in
37
  \code{...} (after coercion), after removing \code{NA}s if requested by
37
  \code{...} (after coercion), after removing \code{NA}s if requested by
38
  \code{na.rm = TRUE}.
38
  \code{na.rm = TRUE}.
39
 
39
 
40
  The value returned is \code{TRUE} if at least one of the values in
40
  The value returned is \code{TRUE} if at least one of the values in