This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/builtins.html
builtins {base}R Documentation

Returns the names of all built-in objects

Description

Return the names of all the built-in objects. These are fetched directly from the symbol table of the R interpreter.

Usage

builtins(internal = FALSE)

Arguments

internal

a logical indicating whether only “internal” functions (which can be called via .Internal) should be returned.


[Package base version 1.5.0 ]