Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 578 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 578 Bytes

r-shiny

Data source: https://www.kaggle.com/crawford/80-cereals

This R project is a web applicaion dashboard designed using R Shiny.The UI is implemented using Shiny's FluidPage() layout with elements such as checkboxGroupInput(), radioButtons(), textInput(). These input elements allow the user to interact with Shiny app and generate graphs and other visualizations dynamically.

App.r implements UI and server code for the Shiny app.

Libraries used: shiny, dplyr, ggplot2

Rshiny