Skip to content
Back to formatted view

Raw Message

Message-ID: <366c6f341001072031i73bb0e42g6b3d5e64b36d8fac@mail.gmail.com>
Date: 2010-01-08T04:31:34Z
From: Peng Yu
Subject: Is nested namespace supported?
In-Reply-To: <366c6f341001070910q301969f6s4e7bededb551f8b9@mail.gmail.com>

On Thu, Jan 7, 2010 at 11:10 AM, Peng Yu <pengyu.ut at gmail.com> wrote:
> I don't find where in the R document the discussion of nested
> namespace is. If there is nested namespace supported in R, could
> somebody let me know whether the document is?

Could somebody let me know if there is nested name space supported?
For example, is it possible to define a function in the name space
'nested_namespace' which is nested in the name space 'some_namespace'?

some_namespace:::nested_namespace:::a_function()