Return the names of all the built-in objects. These are fetched directly from the symbol table of the R interpreter.
builtins(internal = FALSE)
| Parameter | Description |
|---|---|
internal |
a logical indicating whether only ‘internal’ functions (which can be called via .Internal) should be returned. |