HTML {RSiteSearch}R Documentation

RSiteSearch HTML Tables

Description

Create and view an HTML table from the result of calling RSiteSearch.function.

Usage

HTML(x, ...)
## S3 method for class 'RSiteSearch':
HTML(x, file, title, openBrowser = TRUE,
        template, ...)

Arguments

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

Value

The full path and name of the file created is returned invisibly.

Author(s)

Sundar Dorai-Raj, Spencer Graves, Romain Francois, Uwe Ligges

See Also

RSiteSearch.function, RSiteSearch, browseURL brew

Examples

  splineSearch <- RSiteSearch.function("spline", maxPages = 2)
  HTML(splineSearch )

[Package RSiteSearch version 1.0-6 Index]