>> I think you mean packagename::functionname? The three colon form is
>> for accessing non-exported objects.
>
> Normally two colons suffice, but within a package you need three to
> access exported but un-imported objects :)
Are you sure?
Note that it is typically a design mistake to use ‘:::’ in your
code since the corresponding object has probably been kept
internal for a good reason. Consider contacting the package
maintainer if you feel the need to access the object for anything
but mere inspection.
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.