Skip to content
Prev 19413 / 63424 Next

NAMESPACE Q: does import as exist?

On 2/8/2006 10:18 AM, Seth Falcon wrote:
I don't see a need for an additional package here -- it could all be 
done in the package doing the importing.
No, but that's true too, if you're talking within an environment.  It's 
certainly possible to use the same name in different environments to 
refer to different things.

What I meant was that I can't define "foo" to refer to function "bar". 
I can make a copy of "bar", but not a reference.

Duncan Murdoch