Skip to content
Prev 260472 / 398502 Next

identical function names from 2 packages

If I am writing my own package that calls one of the lm functions, then I can include a namespace for my package and in the namespace I can give it information on other package namespaces to import.  So if my package namespace points to teaser's namespace, then any call to lm in my package will use the teaser version of lm rather than stats, regardless of their relative positions on the search path.