Skip to content
Prev 8379 / 63424 Next

behavior of =

On Fri, 8 Nov 2002, Tony Plate wrote:

            
You can at least make sure you get a run time error by redefining "="
something like

"="<-function(...) stop("'=' used for assignment--I don't like that")

Doing that now has the potential of messing up some packages you might
want to use.  R 1.7 should include a name space mechanism that will
let you do this privately within your packages so "=" is disabled for
you but not for other mackages.

luke