dfedit: Convenience function for editing a data frame in its own...

Description Usage Arguments Details Value

View source: R/RGtk2DfEdit.R

Description

Convenience function for editing a data frame in a window.

Usage

1
2
dfedit(items, dataset.name = deparse(substitute(items)), 
size=c(500, 300), col.width=64, pretty_print=FALSE, sprintf_format = "%.6G")

Arguments

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

Details

IF set to NULL, is the name of the dataset.

Value

Returns the edited data frame after running modally


RGtk2Extras documentation built on May 2, 2019, 5:46 p.m.