The R Project SVN R

Rev

Rev 80066 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80066 Rev 90049
Line 23... Line 23...
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.names = TRUE)}.
24
  to use \code{ls(baseenv(), all.names = 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}(...))} for \var{foo} in the list.
29
}
29
}
30
\value{
30
\value{
31
  A character vector.
31
  A character vector.
32
}
32
}
33
\keyword{utilities}
33
\keyword{utilities}