| Line 55... |
Line 55... |
| 55 |
These functions look to see if each of the name(s) \code{x} have a
|
55 |
These functions look to see if each of the name(s) \code{x} have a
|
| 56 |
value bound to it in the specified environment. If \code{inherits} is
|
56 |
value bound to it in the specified environment. If \code{inherits} is
|
| 57 |
\code{TRUE} and a value is not found for \code{x} in the specified
|
57 |
\code{TRUE} and a value is not found for \code{x} in the specified
|
| 58 |
environment, the enclosing frames of the environment are searched
|
58 |
environment, the enclosing frames of the environment are searched
|
| 59 |
until the name \code{x} is encountered. See \code{\link{environment}}
|
59 |
until the name \code{x} is encountered. See \code{\link{environment}}
|
| 60 |
and the \sQuote{R Language Definition} manual for details about the
|
60 |
and \manual{R-lang}{} for details about the
|
| 61 |
structure of environments and their enclosures.
|
61 |
structure of environments and their enclosures.
|
| 62 |
|
62 |
|
| 63 |
If \code{mode} is specified then only objects of that type are sought.
|
63 |
If \code{mode} is specified then only objects of that type are sought.
|
| 64 |
\code{mode} here is a mixture of the meanings of \code{\link{typeof}}
|
64 |
\code{mode} here is a mixture of the meanings of \code{\link{typeof}}
|
| 65 |
and \code{\link{mode}}: \code{"function"} covers primitive functions
|
65 |
and \code{\link{mode}}: \code{"function"} covers primitive functions
|