HTML: RSiteSearch HTML Tables

Description Usage Arguments Value Author(s) See Also Examples

View source: R/HTML.RSiteSearch.R

Description

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

Usage

1
2
3
4
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

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

RSiteSearch documentation built on May 2, 2019, 5:45 p.m.