rhino shiny apps

Building a rhino shiny app with box modules: whole-game

shiny
rhino
Author

Martin Frigaard

Published

July 1, 2023

ALERT!

This post is currently under development. Thank you for your patience.

This post is another walk-through of a Shiny application using the rhino framework. rhino is designed to, ’Build high quality, enterprise-grade Shiny apps at speed.’–I’ll go through developing a rhino shiny app (and how it’s different from other app-packages).

install.packages("remotes")
remotes::install_github("Appsilon/rhino")

For consistency, I’ll be using the application from RStudio’s Building Web Applications with Shiny course. These materials are a great resource if you’re new to shiny–even if you’re aren’t, it’s still worth checking out–plus it’s free!