Skip to content
Prev 6176 / 63421 Next

missing() (PR#1096)

* In S, `missing(ARG)' remains `TRUE' if ARG is subsequently modified;
     in R it doesn't.
Details:

     `missing(x)' is only reliable if `x' has not been altered since
     entering the function: in particular it will always be true after
     `x <- match.arg(x)'.

My guess is that whatever you were looking at has been changed in the
current version.
On Wed, 19 Sep 2001 hosking@watson.ibm.com wrote: