Tim Bergsma <timb at metrumrg.com> 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