[Rd] Re: [R] Writing lgrindefs

Friedrich Leisch Friedrich.Leisch@ci.tuwien.ac.at
Thu, 27 Apr 2000 16:42:05 +0200 (CEST)


>>>>> On Thu, 27 Apr 2000 16:09:00 +0200 (CEST),
>>>>> Friedrich Leisch (FL) wrote:

>>>>> On Thu, 27 Apr 2000 15:16:10 +0200 (MET DST),
>>>>> Kjetil Kjernsmo (KK) wrote:

KK> On Thu, 27 Apr 2000, Uwe Ligges wrote:
>>>> however, having all the functions defined in base highlighted as keywords.
>>>> Would that be a good idea, and if it is, how can I extract the function
>>>> names most easily?
>>> 
>>> 1. You get a list of objects (not only functions!!!) by typing
>>> ls(env=environment("R_GlobalEnv"))
>>> 
>>> 2. In the html-help files, e.g. the "Functions" index could help you.
>>> Attention: Not only functions are listed here!


FL> Finding out what is a function and what not is easy:

R> x<- ls("package:base")

sorry, forgot the all=TRUE here ...

.f
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._