Learn R Programming

svDialogs (version 0.9-43)

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?
add.rows
can we add rows?
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

See Also

guiDlgText

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab