Skip to content
Prev 46200 / 63461 Next

"Proper" way to use a "hidden" function in an R-package?

On 13-07-12 5:52 PM, Jonathan Greenberg wrote:
Are you calling them from inside the package?  If so, you don't need the 
:::.

If you're not calling them from inside the package, then why not export 
them?  I think you need to explain the context.

Duncan Murdoch