guiDlgView {svDialogs} | R Documentation |
Display a view window. A view is an HTML presentation of an R object).
guiDlgView(file, CSSfile, title = "View", report = TRUE, parent = -1, GUI = getOption("guiWidgets"))
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 |
Nothing
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...