Skip to content
Prev 138957 / 398506 Next

Non-visible functions are asterisked

short answer:  non-visible means that they are not exported from
a package with a namespace so that they are "not found" if you just
type the name.  However, you can see these functions if you use

	getAnywhere(fname)

longer answer:  see the section on namespaces in the writing R
extensions manual.
On Mar 8, 2008, at 9:48 AM, Muenchen, Robert A (Bob) wrote: