Skip to content
Prev 67203 / 398502 Next

package

Please define what you mean by `hide'.

If the functions are not to be called by users directly, just create a
NAMESPACE and export only the ones you want to expose to the users.
However, the users can still get to those not exported if they really want
to.

If you don't want the users to be able to see the code through any means, I
don't know if that's possible.

Andy