Learn R Programming

SciViews (version 0.8-8)

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

See Also

guiDlgText

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab