search for: internalfunc2

Displaying 1 result from an estimated 1 matches for "internalfunc2".

Did you mean: internalfunc1
2007 Mar 28
1
accessing "hidden" functions
...refore they're not exported (say, internalFunc1). Even though internalFunc1 is not exported, I can access it externally using pkg1:::internalFunc1 (yes, I do understand this is not supposed to be done). Okay... now I have a second internal function, which starts with a dot (eg, ".internalFunc2"). Is there a way of accessing it without exporting it (or exposing it by removing the "dot")? ie, something like pkg1:::.internalFunc2 ? thanks a lot, beniton