R powered web applications with Shiny (a tutorial and cheat sheet with 40 example apps)
Shiny enables you to write powerful interactive web applications entirely in R. Using R you create a user interface and server and Shiny compiles your code into the HTML, CSS and JavaScript needed to display your application on the web. What makes a Shiny app particularly powerful is that it can execute R code on […]
Continue reading →