Skip to content
Prev 22614 / 63424 Next

as.missing

Paul Gilbert <pgilbert at bank-banque-canada.ca> writes:
Because it's being told to use the value of the argument instead. I
think. 

This stuff is treacherous. E.g. what would you expect from this?

g <- function(x) {f <- function(y) {x <<- 1; y} ; f(x)}
g()