guiDlgGrid: A grid (data display/editor) window
Description
Display or edit matrices or data frames with this grid window.Usage
guiDlgGrid(table, title = deparse(substitute(table)), edit = TRUE,
edit.vars = TRUE, add.vars = TRUE, add.rows = TRUE, parent = -1,
GUI = getOption("guiWidgets"))Arguments
table
The table to display or edit in the grid.
title
The title of the grid window.
edit
can we edit its content?
edit.vars
can we edit the name of its variables?
add.vars
can we add new variables?
parent
which window is the parent of the grid window?
GUI
which GUI toolkit do we use?
Value
- A modified version of the table if
edit == TRUE.
concept
GUI API dialog boxes