Last data update: 2014.03.03

R: Retrieve person object after running createShinyGUI
getPersonR Documentation

Retrieve person object after running createShinyGUI

Description

This function returns a suitable person object identical to the result returned by mirtCAT, and is only required when the GUI is launched by the createShinyGUI method.

Usage

getPerson()

Author(s)

Phil Chalmers rphilip.chalmers@gmail.com

See Also

mirtCAT, mirtCAT_preamble, createShinyGUI

Examples

## Not run: 

mirtCAT_preamble(df = df)
runApp(createShinyGUI(), port = 8000)

person <- getPerson()
summary(person)

## End(Not run) 

Results