runShinyApp: Run shiny app

View source: R/functions.R

runShinyAppR 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.


influential documentation built on Nov. 19, 2023, 9:06 a.m.