htmlViewx {qreport} | R Documentation |
htmlViewx
Description
Convert to HTML and Eternally View Objects
Usage
htmlViewx(..., tab = c("notfirst", "all", "none"))
Arguments
... |
a series of objects for which an 'html' method exists |
tab |
set to ''all'' to add even the first object to an existing window. |
Details
'htmlViewx' is similar to 'htmlView' except that an external viewer is launched, and the first object is opened in a new window. Subsequent objects are opened in a new tab in the last created window. Set ‘options(vbrowser=’command line to run browser')' to use a browser other than 'Vivaldi'. Defaults to opening a new window for only the first object, and adding tabs after that.
Value
does not return a value; launches a browser
Author(s)
Frank Harrell
Examples
## Not run:
options(prType='html')
htmlViewx(contents(d), describe(d))
## End(Not run)
[Package qreport version 1.0-1 Index]