Learn R Programming

SciViews (version 0.8-8)

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

  • Nothing

See Also

guiDlgText

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab