Skip to content
Prev 47526 / 63424 Next

package NAMESPACE question

On 14-01-25 2:47 PM, Axel Urbiz wrote:
I think you missed the point of Dirk's example.  In his example, 
timestwo was the function that you *did* want to export and document. 
multiply was the function you wanted to keep local.

So you should export timestwo, and not multiply.  You will then need to 
document timestwo, but you won't need to document multiply.

That will work.

Duncan Murdoch