htmlView {qreport}R Documentation

htmlView

Description

Convert Objects to HTML and View

Usage

htmlView(...)

Arguments

...

any number of objects for which an html method exists

Details

Converts a series of objects created to html. Displays these in the RStudio View pane. If RStudio is not running displays in an external browser. Assumes there is an html method for the objects (e.g., objects are result of Hmisc::describe or Hmisc::contents. User can page through the different outputs with the arrow keys in the RStudio View pane

Value

nothing is returned; used to launch a browser on html text

Author(s)

Frank Harrell

Examples

## Not run: 
 htmlView(contents(d1), contents(d2))
 htmlView(describe(d1), describe(d2, descript='Second Dataset'))
 htmlView(contents(d), describe(d))

## End(Not run)

[Package qreport version 1.0-0 Index]