Introduction The objective of this blog post is demonstrate how to use Apache SparkR to power Shiny applications. I have been curious about what the use cases for a "Shiny-SparkR" application would be and how to develop and deploy such an app. SparkR is an R package that provides a light-weight frontend to use Apache…
Recently I've begun experimenting with the R Shiny package, which is a great way for interactively showcasing and sharing statistical analyses and results performed and generated in R on the web. Here I provide a simple example of how to use the shiny package to create and deploy an app to your browser using a…