Shiny app on the GreatObject object

# S4 method for GreatObject
shinyReport(object)

Arguments

object

The GreatObject object returned by great.

Value

A shiny app object.

Examples

if(FALSE) {
# pseudo code
obj = great(...)
shinyReport(obj)
}