Learn R Programming

svDialogs (version 0.9-43)

guiDlgView: A view window

Description

Display a view window. A view is an HTML presentation of an R object).

Usage

guiDlgView(file, CSSfile, title = "View", report = TRUE, parent = -1,
    GUI = getOption("guiWidgets"))

Arguments

file
the path of the file that contains the view.
CSSfile
the CSS file (Cascaded Style Sheet) to use.
title
the title of the view window.
report
do we allow to report this view?
parent
which window is the paren t of this view window?
GUI
which GUI toolkit to use for this view window?

Value

  • Returns nothing.

concept

GUI API dialog boxes

See Also

guiDlgText

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab