iNZight {iNZight}R Documentation

iNZight GUI

Description

Starts iNZight, optionally with data and a dispose function. For example, a script called to open iNZight can automatically exit R once the iNZight session is complete using q() (see examples).

Usage

iNZight(data = NULL, dispose_fun = NULL, ...)

Arguments

data

a data frame

dispose_fun

called when the iNZight GUI is closed

...

arguments passed to dispose_fun

Value

invisibly returns the iNZGUI object

Author(s)

Marco Kuper, Tom Elliott

Examples

## Not run: 
# to have iNZight quit R without saving after the session is over,
# you may use the following:
iNZight(dispose_fun = q, save = "n")

## End(Not run)

[Package iNZight version 4.2.0 Index]