R Shiny Example Web App
This is an example web applet that demonstrates how to build and run an R Shiny application on DNAnexus.
Creating the web application
main() {
R -e "shiny::runApp('~/my_app', host='0.0.0.0', port=443)"
}Modifying this example for your own applet
How to rebuild the shiny asset
dx build_asset shiny-assetBuild the applet
Last updated
Was this helpful?