On Mon, Jan 3, 2011 at 3:48 PM, Hadley Wickham <hadley at rice.edu> wrote: > Hi Frank, > > 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 :) Peter