Skip to content
Prev 279310 / 398503 Next

a weird question about gdata:::

On Sun, Dec 4, 2011 at 6:57 PM, Rolf Turner <rolf.turner at xtra.co.nz> wrote:
The idea is to divide objects into those that are there for the user
to access (exported objects) and those that are internal objects that
only the package itself uses (everything else).   findPerl is there
only so that read.xls and other routines that depend on perl scripts
can use it internally to find perl.  It was not intended that users
access it so its better hidden from view.