qpager: Qt based implementations of pager an browser
Description
These functions provide Qt-based implementations of a pager (file
viewer) and web browser. They can be used as the R options
"pager"
and "browser"
.
Usage
qpager(file, header = "", title = "R Information", delete.file = FALSE, parent)
qwebbrowser(url, ...)
Arguments
file
The file whose content is to be displayed.
title
Character string to be used as the widget title if applicable.
delete.file
Logical flag indicating whether the file should
be deleted after being shown.
parent
An optional QTabWidget instance. If supplied, the
editor widget is added as a child.
...
Ignored by qwebbrowser