runShinyApp {influential} | R Documentation |
Run shiny app
Description
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)
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. |
Value
A shiny app.
Examples
## Not run:
runShinyApp(shinyApp = "IVI")
## End(Not run)
[Package influential version 2.2.9 Index]