runShinyApp | R Documentation |
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)
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. |
A shiny app.
## Not run:
runShinyApp(shinyApp = "IVI")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.