Last data update: 2014.03.03

R: Preamble function called by mirtCAT
mirtCAT_preambleR Documentation

Preamble function called by mirtCAT

Description

This is largely an internal function called by mirtCAT, however it is made public for better use with external web-hosting interfaces (like http://www.shinyapps.io/). For more information see http://shiny.rstudio.com/articles/persistent-data-storage.html for further information about saving output remotely when using shiny.

Usage

mirtCAT_preamble(..., final_fun = NULL)

Arguments

...

arguments passed to mirtCAT

final_fun

a function called just before the shiny GUI has been terminated, primarily for saving results externally with packages such as rDrop2, RAmazonS3, googlesheets, RMySQL, and so on when applications are hosted on the web. The function must be of the form final_fun <- function(person){...}, where person is the standard output returned from mirtCAT

Author(s)

Phil Chalmers rphilip.chalmers@gmail.com

See Also

mirtCAT, createShinyGUI, getPerson

Examples

## Not run: 

mirtCAT_preamble(df = df)


## End(Not run)

Results