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 30... Line 30...
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 all of the values in \code{x} are
40
  The value returned is \code{TRUE} if all of the values in \code{x} are
41
  \code{TRUE} (including if there are no values), and \code{FALSE} if at
41
  \code{TRUE} (including if there are no values), and \code{FALSE} if at
42
  least one of the values in \code{x} is \code{FALSE}.  Otherwise the
42
  least one of the values in \code{x} is \code{FALSE}.  Otherwise the
43
  value is \code{NA} (which can only occur if \code{na.rm = FALSE} and
43
  value is \code{NA} (which can only occur if \code{na.rm = FALSE} and
44
  \code{\dots} contains no \code{FALSE} values and at least one
44
  \code{\dots} contains no \code{FALSE} values and at least one