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?
concept
GUI API dialog boxes