Message-ID: <Pine.LNX.4.58.0411191107160.1640@maplepark.com>
Date: 2004-11-19T17:28:19Z
From: David Forrest
Subject: help! a urgent question
In-Reply-To: <20041119155518.10269.qmail@web53108.mail.yahoo.com>
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/