guiDlgView {svDialogs}R Documentation

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlgText

Examples

    #### TO DO...

[Package svDialogs version 0.8-2 Index]