Displaying 1 result from an estimated 1 matches for "nested_namespac".
Did you mean:
nested_namespace
2010 Jan 09
1
Is nested namespace supported?
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()
I checked Section 1.6 of R-exts.pdf. It seems that nested namespace is
not supported, right?