length 1 character vector giving the name of the object that's being looked for.
from
an environment, function, or number, showing where to start the search from. Defaults to the calling environment (or .GlobalEnv). If from is a function, its environment is used as the starting point for the search. If from is a n
look.for.generics
logical used internally in recursion; don't change this.
Value
either FALSE (if not found) or an environment.
Details
Used by mtrace. Doesn't attempt to deal with S4 methods. Doesn't have a mode argument (unlike find).