| Line 19... |
Line 19... |
| 19 |
\details{
|
19 |
\details{
|
| 20 |
\code{builtins()} returns an unsorted list of the objects in the
|
20 |
\code{builtins()} returns an unsorted list of the objects in the
|
| 21 |
symbol table, that is all the objects in the base environment.
|
21 |
symbol table, that is all the objects in the base environment.
|
| 22 |
These are the built-in objects plus any that have been added
|
22 |
These are the built-in objects plus any that have been added
|
| 23 |
subsequently when the base package was loaded. It is less confusing
|
23 |
subsequently when the base package was loaded. It is less confusing
|
| 24 |
to use \code{ls(baseenv(), all=TRUE)}.
|
24 |
to use \code{ls(baseenv(), all = TRUE)}.
|
| 25 |
|
25 |
|
| 26 |
\code{builtins(TRUE)} returns an unsorted list of the names of internal
|
26 |
\code{builtins(TRUE)} returns an unsorted list of the names of internal
|
| 27 |
functions, that is those which can be accessed as
|
27 |
functions, that is those which can be accessed as
|
| 28 |
\code{.Internal(\var{foo}(args ...))} for \var{foo} in the list.
|
28 |
\code{.Internal(\var{foo}(args ...))} for \var{foo} in the list.
|
| 29 |
}
|
29 |
}
|