Run shiny apps included in the influential R package. Also, a web-based Influential Software Package with a convenient user-interface (UI) has been developed for the comfort of all users including those without a coding background.
runShinyApp(shinyApp)
Arguments
shinyApp: The name of the shiny app you want to run. You can get the exact name of the available shiny apps via the following command. list.files(system.file("ShinyApps", package = "influential")). Please also note this function is case-sensitive.
Returns
A shiny app.
Examples
## Not run:runShinyApp(shinyApp ="IVI")## End(Not run)