"GDf"
GUI editor for data frames
widget
:Object of class ANY
.
block
:Object of class ANY
.
head
:Object of class ANY
.
get_length()
:Get the number of columns in the data frames.
set_names(values, ...)
:Set column names.
focus_cell(i, j)
:Give focus to a given cell.
hide_row(i, hide)
:Hide a given row.
hide_column(j, hide)
:Hide a given column.
initialize(parent, items, ...)
:Initialize the widget with items.
set_items(value, i, j, ...)
:Set the value of cells.
get_names()
:Get column names.
init_widget(parent)
:Initialize the widget.
set_editable(j, value)
:Set whether a column can be edited.
sort_bycolumn(j, decreasing)
:Set the sorting column.
save_data(nm, where)
:Save contents to a data frame.