help.search.web {svMisc} | R Documentation |
Retrieve web documents, messages in R mailing lists, or wiki containing string
.
help.search.web(apropos, type = c("google", "archive", "wiki"))
apropos |
The string to search |
type |
The search engine, or location to use |
Returns TRUE
invisibly (invoked for its side effect of opening the web browser with the search result)
David Forrest <drf@vims.edu> & Philippe Grosjean <phgrosjean@sciviews.org> after Barry Rowland's original code, but see <http://fawn.unibw-hamburg.de/cgi-bin/Rwiki.pl?SearchFunctions>
## Not run: help.search.web("volatility") # Google by default, may soon show Dr. Harrell's example help.search.web("volatility", type = "archive") # In mailing list archive help.search.web("search", type = "wiki") ## End(Not run)