On Fri, 19 Nov 2004, an ying wrote:

> Dear Sir/Madam,
>
> I am doing a project related to R.
> However, it is always difficult find some R functions.
> The R user guide seems not complete.
> Is there any free document about all R functions ?
> Who knows ? please help me.
> My email is [EMAIL PROTECTED]

There has been much discussion on this topic on this mailing list
recently, and an important result is that there is no complete user guide.
Like any computer language, R is extensible, and there is no complete
listing.  If you know what you are looking for, for example 'urgent
question', try this in R:

 help.search.archive<-function(string){
   RURL="http://www.google.com/u/newcastlemaths";
   RSearchURL=paste(RURL,"?q=",string,sep='')
   browseURL(RSearchURL)
   return(invisible(0))
 }
 # and

help.search.archive("urgent question") # to find urgent questions

Dave
-- 
 Dave Forrest
 [EMAIL PROTECTED]                                    (804)684-7900w
 [EMAIL PROTECTED]                             (804)642-0662h
                                   http://maplepark.com/~drf5n/

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to