View source: R/runStructuRly.R
runStructuRly | R Documentation |
Simple function to connect UI and Server of the shiny app and launch it inside the default browser.
runStructuRly()
The function loads the web application StructuRly in your default browser
through the shinyApp
function, which requires a script with the
User Interface of the software and a script of the Server.
## Not run:
runStructuRly()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.