Chapter 6 Extension
Popular packages in developing Shiny apps:
shinydashboard
: to create dashboard like UIshinythemes
: makes it easy to alter the overall appearance of your Shiny applicationsshinyjs
: perform common JavaScript operations in Shiny apps using plain R codeshinyBS
: adds several additional Twitter Boostrap components to shiny.shinyFiles
:extends the functionality of shiny by providing an API for client side access to the server file system.shinysky
: various UI widgets/components not part of Shiny e.g. alerts, styled buttonsplotly
: create interactive web-based graphsDT
: provides filtering, pagination, sorting, and many other features in the tablesleaflet
: JavaScript libraries for interactive maps