dfv.start: Launch the data frame viewer (DFV) user interface.

Description Usage Arguments Examples

Description

Launch the data frame viewer (DFV) user interface.

Usage

1
2
dfv.start(wsVariable = "dfv_saved", storeModule = NULL, modal = FALSE,
  silent = TRUE)

Arguments

wsVariable

the name of the global variable to use when running "Save DFV" from the Gui

storeModule

the name of a variable (e.g. dfv.obj) that, if set, will be assigned the dfv gui object for command line manipulation

modal

whether to start window in active or modal mode (latter can be useful in command line script for example), default FALSE

silent

whether to be silent about information (set to FALSE for helpful debug messages), default TRUE

Examples

1
## Not run: dfv.start() # should work out of the box like this for most applications

sebkopf/dfv documentation built on May 29, 2019, 4:58 p.m.