| iNZight | R Documentation | 
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).
iNZight(data = NULL, dispose_fun = NULL, ..., ui_env = parent.frame())
data | 
 a data frame  | 
dispose_fun | 
 called when the iNZight GUI is closed  | 
... | 
 arguments passed to   | 
ui_env | 
 pass parent environment to the GUI to used as a base envirionment for loading modules  | 
invisibly returns the iNZGUI object
By default, iNZight uses the iNZightVIT install path to locate the modules directory ('modules'). However, you can override this by specifying the addonDir argument:
iNZight(addonDir = '/path/to/modules')
Marco Kuper, Tom Elliott
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.