Skip to content
Prev 85658 / 398502 Next

How to get the namespace of a function?

On 2/2/2006 5:05 PM, Fernando Saldanha wrote:
Put your code in a package, and use a namespace.  This isn't perfect, 
but it gives you more control than you have when running scripts at the 
console.

There's an article by Luke Tierney in one of R News 3/1 that explains 
the search order when namespaces are involved.

Duncan Murdoch