Skip to contents

Run the project as a Shiny application. The function calls shiny::shinyApp() on the UI and server functions.

Usage

financialDataAnalysis(...)

Arguments

...

Passed into shiny::shinyApp()

Value

An object that represents the app.

See also

Examples

if (FALSE) {
financialDataAnalysis()
}