Is there a way which I can use a hidden function say f() of a package say "foo", (that is, f()is non exported in the NAMESPACE of "foo") within the package "foo" without using foo:::f() Mikis Prof Mikis Stasinopoulos d.stasinopoulos at londonmet.ac.uk Companies Act 2006 : http://www.londonmet.ac.uk/companyinfo
Why would you need to? The whole point of "::" and ":::" is to specify the origin of a function. -- View this message in context: http://r.789695.n4.nabble.com/hidden-functions-tp4679849p4679856.html Sent from the R help mailing list archive at Nabble.com.