qpager: Qt based implementations of pager an browser

Description Usage Arguments Value Author(s)

View source: R/editor.R

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

1
2
3
qpager(file, header = "", title = "R Information",
       delete.file = FALSE, parent)
qwebbrowser(url, ...)

Arguments

file

The file whose content is to be displayed.

header

Ignored.

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.

url

The URL to view.

...

Ignored by qwebbrowser

Value

A QTextEdit or RCodeEditor instance (see qeditor).

Author(s)

Deepayan Sarkar


ggobi/qtutils documentation built on May 17, 2019, 3:15 a.m.