View source: R/project_visualiser.R
run_shiny_app | R Documentation |
Run a Shiny app to host a network visualization
run_shiny_app(
uiFunction = define_app_ui,
serverFunction = define_app_server,
network_object,
network_title = "Function Network",
project_path,
foo_path
)
uiFunction |
Function defining shiny user-interface |
serverFunction |
Function defining shiny server logic |
network_object |
visNetwork object to be displayed in the shiny app |
network_title |
Title to be displayed in hte app above the title |
project_path |
Path to the project directory |
foo_path |
Path to the function folder |
A shiny app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.