Tim Bergsma <[EMAIL PROTECTED]> writes: > Hi. > > I'm trying to find a systematic way to prevent assignment to names of > existing functions.
An alternative would be to put your functions into an R package with a namespace. Then you won't be able to overwrite them (easily). + seth ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel