HTML {RSiteSearch} | R Documentation |
Create and view an HTML table from the result of calling
RSiteSearch.function
.
HTML(x, ...) ## S3 method for class 'RSiteSearch': HTML(x, file, title, openBrowser = TRUE, template, ...)
x |
An object of class RSiteSearch |
file |
An optional name for the HTML file to be created. |
title |
An optional title to give the HTML file. Default is to use the original query string. |
openBrowser |
logical; if TRUE then launch default browser after building
table.
|
template |
Template file used by brew |
... |
ignored |
The full path and name of the file created is returned invisibly.
Sundar Dorai-Raj, Spencer Graves, Romain Francois, Uwe Ligges
RSiteSearch.function
,
RSiteSearch
,
browseURL
brew
splineSearch <- RSiteSearch.function("spline", maxPages = 2) HTML(splineSearch )