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.
Usage
runShinyApp(shinyApp)
Value
A shiny app.
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.