Skip to contents

Generates a 'shiny' application for interactive data analysis.

Usage

spada(..., run_local = TRUE)

Arguments

...

Objects of data.frame class

run_local

Logical. Whether to run the application locally. If TRUE the app will close at session end.

Value

An object of class 'shiny.appobj' representing the 'shiny' application. Printing the object launches the interactive app in a web browser.

Examples

if(interactive()) spada(datasets::mtcars)