[Rd] prevent reassignment of function names

Seth Falcon sfalcon at fhcrc.org
Thu Apr 6 23:47:06 CEST 2006


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



More information about the R-devel mailing list