search for: gtkdfeditdotask

Displaying 2 results from an estimated 2 matches for "gtkdfeditdotask".

2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
...?gtkDfEdit. The widget provided by gtkDfEdit() can be integrated into larger RGtk2 based user interfaces, or its standalone wrapper dfedit() can be used as a straight replacement for edit.data.frame(). There is also a basic API for manipulating and binding event handlers to the spreadsheet. See ?gtkDfEditDoTask and ?gtkDfEditSetActionHandler. # Edit the iris data frame # Note the blank row at the bottom to allow pasting into rows below. x = dfedit(iris) # Example user interactions 1. Right click the "Species" column or column header to see or change the data type. Click "Edit Factors&quot...
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
...?gtkDfEdit. The widget provided by gtkDfEdit() can be integrated into larger RGtk2 based user interfaces, or its standalone wrapper dfedit() can be used as a straight replacement for edit.data.frame(). There is also a basic API for manipulating and binding event handlers to the spreadsheet. See ?gtkDfEditDoTask and ?gtkDfEditSetActionHandler. # Edit the iris data frame # Note the blank row at the bottom to allow pasting into rows below. x = dfedit(iris) # Example user interactions 1. Right click the "Species" column or column header to see or change the data type. Click "Edit Factors&quot...