/R-Shiny-Interactive-Histogram

This repository you are browsing contains intermediate level piece of codes which are useful to create a shiny app about how to show normal distributed data using histogram. In this R script you will learn how to create User Interface (UI), server (which contains basics of reactivity) and how to combine these two with shinyApp igniter. Do not be shy to fork and make contribute.

Primary LanguageR

This is an intermediate level repository which contains an R script about Shiny. While you are browsing this repo you can understand basics of reactivity, how to build an app is made of ui and server. Do not be shy to fork and make contribution.