[R] help! a urgent question
David Forrest
drf5n at maplepark.com
Fri Nov 19 18:28:19 CET 2004
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 myzhaogong at yahoo.com
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
drf at vims.edu (804)684-7900w
drf5n at maplepark.com (804)642-0662h
http://maplepark.com/~drf5n/
More information about the R-help
mailing list