An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20041119/9e8d0332/attachment.pl
help! a urgent question
6 messages · an ying, Spencer Graves, Marc Schwartz +3 more
Have you tried "?help.search" in R? Also, have you tried www.r-project.org -> search -> "R site search"? Finally, have you tried "the posting guide! http://www.R-project.org/posting-guide.html"? hope this helps. spencer graves
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 Thank you very much --------------------------------- [[alternative HTML version deleted]]
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Spencer Graves, PhD, Senior Development Engineer O: (408)938-4420; mobile: (408)655-4567
On Fri, 2004-11-19 at 07:55 -0800, 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 Thank you very much
Perhaps if you provided some insight into what exactly it is you are looking to do, we can provide some specific guidance. The R Manuals are typically available in your installation, accessible via help.start(). However they are also online at the main R site: http://www.r-project.org/ Along the left hand side of the page under "Documentation", there are several links to available manuals, user contributed docs, FAQ's, etc. HTH, Marc Schwartz
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/
Go to http://cran.r-project.org/ and find the contributed documentation section. Kjetil
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 Thank you very much --------------------------------- [[alternative HTML version deleted]]
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Kjetil Halvorsen.
Peace is the most effective weapon of mass construction.
-- Mahdi Elmandjra
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20041119/be811249/attachment.pl