guiDlgGrid {svDialogs}R Documentation

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlgText

Examples

    #### TO DO...

[Package svDialogs version 0.9-5 Index]