run_IAS_app | R Documentation |
Initiate an instance of the 'Intermediate & Advanced Shiny' app. If the current context is interactive, (i.e. if the function is called from RStudio), this function will initiate the app stored in inst/app with the runApp function. If the context is not interactive (i.e. the project is being sourced in RStudio Connect after having been deployed), then the function will return a shiny.appobj object, using the function shinyAppDir. This distinction is necessary to allow the app to be deployed.
run_IAS_app()
Note: an alias function 'l' is also provided to speed up workflow (after making changes, load them with 'Ctrl+Shift+L', then launch the app with 'l()')
either run the app as a side effect or return a shiny.appobj object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.