[R] (no answer)
David Forrest
drf5n at maplepark.com
Fri Apr 1 18:44:14 CEST 2005
On Fri, 1 Apr 2005, Frank E Harrell Jr wrote:
> I wish to perform brain surgery this afternoon at 4pm and don't know
> where to start. My background is the history of great statistician
> sports legends but I am willing to learn. I know there are courses and
> numerous books on brain surgery but I don't have the time for those.
> Please direct me to the appropriate HowTos, and be on standby for
> solving any problem I may encounter while in the operating room. Some
> of you might ask for specifics of the case, but that would require my
> following the posting guide and spending even more time than I am
> already taking to write this note.
Try:
help.search.google<-function (string){
RURL = "http://www.google.com/search"
RSearchURL = paste(RURL, "?sitesearch=r-project.org&q=",
string, sep = "")
browseURL(RSearchURL)
return(invisible(0))
}
help.search.archive<-function (string){
RURL = "http://www.google.com/u/newcastlemaths"
RSearchURL = paste(RURL, "?q=", string, sep = "")
browseURL(RSearchURL)
return(invisible(0))
}
help.start()
help.search.google("brain+surgery")
help.search.archive("brain+surgery")
Dave
--
Dr. David 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