View source: R/runIFCshinyApp.R
runIFCshinyApp | R Documentation |
Function to run IFCshiny application
runIFCshinyApp(
app = "IFCshiny",
host = "127.0.0.1",
launch.browser = NULL,
local = TRUE,
.access_fs = FALSE,
...
)
app |
an app name from IFCshiny package. Default is "IFCshiny". |
host |
IPv4 address that the application should listen on. Defaults is "127.0.0.1". |
launch.browser |
whether to run the app and launch default system browser. Default is NULL. |
local |
TRUE, FALSE or an environment, determining where the application files should be sourced. Default is TRUE. |
.access_fs |
whether filesystem could be accessed or not. Default is FALSE. |
... |
Other arguments to be passed.
Arguments will be first passed to runApp function. |
it will source application files in environment set by 'local' and then use shiny::shinyApp
it invisibly returns an object representing the app. See ?shiny::shinyApp.
if(interactive()) runIFCshinyApp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.