This is primarily an R repo that holds a tiny R shiny app to be used in my Kubernetes learning experience. However, it should also function as a passable template for other R shiny apps.
Running test build
will build the image r-shinyapp:dev
that houses the shiny app.
Running test run-bash
will build the image r-shinyapp:dev
with a bash entrypoint to help debug internal issues
Running test web-app
will build the image run-r-shinyapp
that runs the web app on localhost:8888
.
/R/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.