The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 18... Line 18...
18
  \code{NULL} represents the null object in \R: it is a \link{reserved}
18
  \code{NULL} represents the null object in \R: it is a \link{reserved}
19
  word.  \code{NULL} is often returned by expressions and functions
19
  word.  \code{NULL} is often returned by expressions and functions
20
  whose value is undefined.
20
  whose value is undefined.
21
 
21
 
22
  \code{as.null} ignores its argument and returns the value \code{NULL}.
22
  \code{as.null} ignores its argument and returns the value \code{NULL}.
23
  
23
 
24
  \code{is.null} returns \code{TRUE} if its argument
24
  \code{is.null} returns \code{TRUE} if its argument
25
  is \code{NULL} and \code{FALSE} otherwise.
25
  is \code{NULL} and \code{FALSE} otherwise.
26
}
26
}
27
\arguments{
27
\arguments{
28
  \item{x}{an object to be tested or coerced.}
28
  \item{x}{an object to be tested or coerced.}