dfedit {RGtk2Extras} | R Documentation |
Convenience function for editing a data frame in a window.
dfedit(items, dataset.name = deparse(substitute(items)), size=c(500, 300), col.width=64, pretty_print=TRUE, sprintf_format = "%.6G")
items |
The data frame to edit |
dataset.name |
Optional name to assign the dataset when updating |
size |
Optional window size request |
col.width |
Optional column size |
pretty_print |
Optional pretty_print |
sprintf_format |
Pretty print formatting for numeric data |
IF set to NULL, is the name of the dataset.
Returns the edited data frame after running modally